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

feat: Dockerfile: from Node 10

parent fa978251
No related branches found
No related tags found
No related merge requests found
Pipeline #17543 failed
FROM node:16.16
FROM node:10
WORKDIR /app
COPY . .
RUN rm -rf /app/node_modules
RUN npm install
RUN npm run tsc
RUN node run.js config --bma --ipv4 localhost --port 10499
CMD ["node", "run.js", "currency-monit"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment