chore: update dockerfile (#838)

This commit is contained in:
boojack 2022-12-23 20:48:51 +08:00 committed by GitHub
parent 50811c3064
commit d702eaa625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,9 @@ WORKDIR /frontend-build
COPY ./web/ .
RUN yarn
RUN npm config rm proxy
RUN npm config rm https-proxy
RUN yarn install --no-lockfile
RUN yarn build
# Build backend exec file.