Skip to content

Commit

Permalink
chore: restore dockerfile (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack authored Dec 23, 2022
1 parent e52d77b commit ef89817
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef89817

Please sign in to comment.