Don’t need separate file

This commit is contained in:
Lance Pioch 2024-09-27 15:53:44 -04:00
parent a8a2668754
commit 4c19144640
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
APP_KEY=
DB_DATABASE=docker/database.sqlite

View File

@ -31,7 +31,7 @@ COPY . .
COPY --from=yarn /build/public/assets ./public/assets
RUN cp .env.docker .env
RUN touch .env
RUN composer install --no-dev --optimize-autoloader