diff --git a/Dockerfile b/Dockerfile index 3138b29..bf6cc2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN install-php-extensions \ COPY . /app # Set up entrypoint script -COPY ./docker/entrypoint.sh /usr/local/bin/entrypoint.sh -COPY ./docker/.env.docker /app/.env +COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh +COPY ./.env.docker /app/.env RUN chmod +x /usr/local/bin/entrypoint.sh RUN touch /app/database/database.sqlite && chmod 777 /app/database/database.sqlite