X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2FDockerfile.buster;h=5af8aa29ab6af3ea62e276eb072f3654700e62ce;hb=1a9b141d835cf3bfe9bdca67f881b520975f9058;hp=414bf9aaca2dc31e3364bc23ec1ee932bb23141a;hpb=8e98e6124d2b006ba9f616b0dfce7369fa7b2684;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index 414bf9aac..5af8aa29a 100644 --- a/support/docker/production/Dockerfile.buster +++ b/support/docker/production/Dockerfile.buster @@ -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"]