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

feat: add Dockerfile

parent a443774a
No related branches found
No related tags found
No related merge requests found
Pipeline #17561 failed
FROM node:10
WORKDIR /app
COPY . .
RUN rm -rf /app/node_modules
RUN npm install
RUN npx tsc
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