This commit is contained in:
@@ -6,5 +6,6 @@ COPY package*.json ./
|
||||
USER node
|
||||
RUN npm install
|
||||
COPY --chown=node:node . .
|
||||
EXPOSE 1234
|
||||
CMD [ "npm", "start" ]
|
||||
ENV PORT=80
|
||||
EXPOSE 80
|
||||
CMD [ "npm", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user