diff --git a/Dockerfile b/Dockerfile index 84ad636..5505d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ USER root # Temporary fix for assets RUN mv /var/www/public/assets /home/web/assets -CMD ["/var/www/script/entry.sh"] +CMD ["/var/www/bin/script/entry.sh"] diff --git a/Dockerfile.dev b/Dockerfile.dev index ebf2c5e..53c108f 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -30,4 +30,4 @@ RUN bundle config github.https true && \ bundle install --jobs 8 USER root -CMD ["/var/www/script/entry.sh"] +CMD ["/var/www/bin/script/entry.sh"]