Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #367 from xingdao/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Binaryify authored Nov 9, 2018
2 parents 24d5cbb + 7d1e63d commit 0a34484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mhart/alpine-node:9
WORKDIR /app
COPY . /app

RUN rm package-lock.json \
RUN rm -f package-lock.json \
; rm -rf .idea \
; rm -rf node_modules \
; npm config set registry "https://registry.npm.taobao.org/" \
Expand Down

0 comments on commit 0a34484

Please sign in to comment.