Skip to content

Commit

Permalink
Merge pull request #2 from MintoAoyama/patch/upgrade_npm
Browse files Browse the repository at this point in the history
Upgrade to npm (latest)
  • Loading branch information
MintoAoyama committed Mar 30, 2022
2 parents bdcfefc + 224498d commit 01e701c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ADD mime-types.json /opt/camo/

EXPOSE 8081

RUN npm install
RUN npm install -g npm \
&& npm install
USER nobody
CMD ["npm", "start"]

0 comments on commit 01e701c

Please sign in to comment.