Take out app copy
All checks were successful
Build & Push Docker Image to Registry / build (release) Successful in 2m0s

This commit is contained in:
Javier Feliz 2025-07-16 18:27:08 -04:00
parent 2c8f7af468
commit f69317b4ee

View File

@ -9,9 +9,6 @@ RUN install-php-extensions \
# Add other PHP extensions here...
# Get the app in there
COPY . /app
# Set up entrypoint script
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
COPY ./.env.docker /app/.env