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

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.