Skip to content
Snippets Groups Projects
Commit fb9fe311 authored by Ganderse's avatar Ganderse
Browse files

chore: added Dockerfile part2

parent a337e8a5
No related branches found
No related tags found
No related merge requests found
FROM node:slim
WORKDIR /app
COPY /helloworld-js /app
RUN apt-get update && npm ci only=production
EXPOSE 3000
CMD ["npm", "start"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment