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

fix: Dockerfile: npx tsc

parent 467b73fa
No related branches found
No related tags found
No related merge requests found
Pipeline #17544 failed
......@@ -5,7 +5,7 @@ COPY . .
RUN rm -rf /app/node_modules
RUN npm install
RUN npm run tsc
RUN npx 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.
Please register or to comment