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

feat: Dockerfile

parent d50071f4
Branches
Tags
No related merge requests found
FROM node:16.16
WORKDIR /app
COPY . .
RUN rm -rf /app/node_modules
RUN npm install
RUN node run.js config --bma --ipv4 localhost --port 10499
CMD ["node", "run.js", "currency-monit"]
EXPOSE 10500
EXPOSE 10499
\ 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