forgot to activate entrypoint.sh at the end of Dockerfile

This commit is contained in:
Mathilde Grünig 2023-06-22 15:07:05 +02:00
parent 909cba230c
commit b6b7044d09

View file

@ -51,5 +51,7 @@ VOLUME /cryptpad/datastore
# Ports
EXPOSE 3000 3001
ENTRYPOINT ["/bin/sh", "/docker-entrypoint.sh"]
# Run cryptpad on startup
CMD ["npm", "start"]