Skip to content
Snippets Groups Projects
Commit ead29186 authored by Carolina Liliane Heidi Courtin's avatar Carolina Liliane Heidi Courtin
Browse files

add new Dockerfile

parent 1a8b57b6
Branches main
No related tags found
No related merge requests found
FROM node:slim
WORKDIR /app
COPY . /app
RUN npm install
CMD ["npm", "start"]
EXPOSE 3000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment