diff --git a/Dockerfile b/Dockerfile index fe623f8..9cfad01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ VOLUME /var/www/app/public WORKDIR /var/www/app -COPY app-entrypoint.sh /entrypoint.sh +COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/app-entrypoint.sh b/entrypoint.sh similarity index 100% rename from app-entrypoint.sh rename to entrypoint.sh