This commit is contained in:
Koen Kanters
2021-04-25 15:27:40 +02:00
parent 7631c191c5
commit aee4e96619
+1 -1
View File
@@ -30,4 +30,4 @@ ARG COMMIT
RUN echo "{\"hash\": \"$COMMIT\"}" > .hash.json
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["npm", "start"]
CMD ["node", "index.js"]