1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||
FROM node:18.18-bullseye |
|||
WORKDIR /app |
|||
USER node |
|||
|
|||
COPY ./ /app |
|||
RUN npm install --reg https://nexus.pblr-nyk.pro/repository/npm/ --verbose |
|||
RUN npm install --verbose |
|||
EXPOSE 3000 |
|||
USER node |
|||
CMD ["nodejs", "chartWebServer.js"] |
|||
Loading…
Reference in new issue