Skip to content

Create Dockerfile#136

Open
PasvEmma wants to merge 1 commit intomicrosoft:mainfrom
PasvEmma:patch-1
Open

Create Dockerfile#136
PasvEmma wants to merge 1 commit intomicrosoft:mainfrom
PasvEmma:patch-1

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