Skip to content

Commit

Permalink
Upgrade npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoAoyama committed Mar 30, 2022
1 parent bdcfefc commit 224498d
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 224498d

Please sign in to comment.