Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjangarge committed Apr 27, 2021
1 parent 865bde9 commit 19cda30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /usr/src/app
COPY source/package*.json ./
RUN npm install
COPY source/* ./
RUN wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O /usr/local/bin/mkcert && chmod +x /usr/local/bin/mkcert && mkcert ssl
RUN chgrp -R 0 ./ && \
chmod -R g=u ./
USER node
Expand Down

0 comments on commit 19cda30

Please sign in to comment.