renamed node entrypoint file

fot-sloan-companion
Fabien Benetou 2 weeks ago
parent 0bbe99c2fa
commit 6bc9d4f5d6
  1. 2
      Dockerfile

@ -50,7 +50,7 @@ RUN npm install
EXPOSE 3000
# Set up a default command
CMD [ "node","." ]
CMD [ "node","companion.js" ]
# to test faster
# docker exec -it $(docker ps | grep companion:latest | sed "s/ .*//") sh

Loading…
Cancel
Save