Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsod committed Apr 15, 2024
1 parent 0e483a3 commit e858211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.14
RUN apk add --no-cache --update nodejs=14.20.1-r0 npm=7.17.0-r0 nginx=1.20.2-r1 curl=7.79.1-r3
RUN apk add --no-cache --update nodejs npm nginx curl
WORKDIR /data
COPY . /data
RUN npm config set registry "https://registry.npm.taobao.org/"
RUN npm config set registry https://registry.npmmirror.com
RUN chmod 777 /data/docker-entrypoint.sh
EXPOSE 5555
EXPOSE 80
Expand Down

0 comments on commit e858211

Please sign in to comment.