From 318adf5985c57263126ba7c8fc70d95975396cd3 Mon Sep 17 00:00:00 2001 From: JustSong Date: Sun, 7 Jan 2024 16:28:44 +0800 Subject: [PATCH] chore: remove useless lines --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b55f2056..94cd8468 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,6 @@ WORKDIR /web/berry RUN npm install RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build -WORKDIR /web -RUN ls -RUN ls ./build -RUN ls ./build/default - FROM golang AS builder2 ENV GO111MODULE=on \