]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.buster
Add nginx behind traefik in docker-compose + image updates
[github/Chocobozzz/PeerTube.git] / support / docker / production / Dockerfile.buster
index 414bf9aaca2dc31e3364bc23ec1ee932bb23141a..5af8aa29ab6af3ea62e276eb072f3654700e62ce 100644 (file)
@@ -38,8 +38,8 @@ ENV NODE_CONFIG_DIR /config
 VOLUME /data
 VOLUME /config
 
-COPY ./support/docker/production/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
-ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
+COPY ./support/docker/production/entrypoint.sh /usr/local/bin/entrypoint.sh
+ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
 
 # Run the application
 CMD ["npm", "start"]