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

View File

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