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

chore: restore dockerfile (#841)

parent e52d77b2
...@@ -4,9 +4,7 @@ WORKDIR /frontend-build ...@@ -4,9 +4,7 @@ WORKDIR /frontend-build
COPY ./web/ . COPY ./web/ .
RUN npm config rm proxy RUN yarn
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