Skip to content

Commit

Permalink
🐞 fix: frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
colynn committed Jul 4, 2024
1 parent 5483018 commit 42c0fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /root/app
COPY package.json .

ENV NPM_CONFIG_LOGLEVEL warn
ENV NPM_CONFIG_REGISTRY https://registry.npm.taobao.org
#ENV NPM_CONFIG_REGISTRY https://registry.npm.taobao.org

RUN yarn install --loglevel notice

Expand Down

0 comments on commit 42c0fc1

Please sign in to comment.