Skip to content

Conversation

@PasvEmma
Copy link

No description provided.


EXPOSE 8000

CMD ["npm", "start"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CMD ["npm", "start"]
CMD ["npm", "start"]
```FROM node:16.20.2-alpine3.18
WORKDIR /app
COPY package*.json ./
RUN npm config set cache /app/.npm-cache && npm install
COPY . .
USER app
EXPOSE 8000
CMD ["npm", "start"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants