chore: restore dockerfile (#841)

This commit is contained in:
boojack 2022-12-23 22:12:41 +08:00 committed by GitHub
parent e52d77b2c4
commit ef8981794e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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