Unverified Commit d702eaa6 authored by boojack's avatar boojack Committed by GitHub

chore: update dockerfile (#838)

parent 50811c30
...@@ -4,7 +4,9 @@ WORKDIR /frontend-build ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment