diff --git a/Dockerfile b/Dockerfile index 49335d7..3ece462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,6 @@ RUN rm /usr/local/bin/install-php-extensions && rm -rf /var/lib/apt/lists/* && r WORKDIR /var/www/html -ENTRYPOINT [ "entrypoint.sh" ] \ No newline at end of file +COPY entrypoint.sh /entrypoint.sh + +ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file