Skip to content
Snippets Groups Projects
Commit bc29f3c9 authored by richard.petersen's avatar richard.petersen :sailboat: Committed by julian.baeume
Browse files

Fix: Entrypoint in dockerfile is wrong

parent 2242cca6
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ ADD . /app
RUN yarn --production --non-interactive --no-progress -s
EXPOSE 8080
CMD ["node", "index.js"]
CMD ["node", "src/index.js"]
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