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