chore: remove useless lines

This commit is contained in:
JustSong 2024-01-07 16:28:44 +08:00
parent 965d7fc3d2
commit 318adf5985

View File

@ -12,11 +12,6 @@ WORKDIR /web/berry
RUN npm install RUN npm install
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build 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 FROM golang AS builder2
ENV GO111MODULE=on \ ENV GO111MODULE=on \