Skip to content
Snippets Groups Projects
Commit 9617660b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

feat: ajout de Docker

parent d1572784
Branches master
No related merge requests found
FROM node:16.16
WORKDIR /app
COPY . .
RUN rm -rf /app/node_modules
ENV NODE_ENV=production
RUN npm install
CMD ["node", "bin/gannonce", "gannonce", "0.0.0.0"]
EXPOSE 8600
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment