Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnymilton committed May 5, 2024
1 parent 16d2cd3 commit df0d77f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ COPY /docker/app/nginx/flex-server.conf /etc/nginx/conf.d/
WORKDIR /application

ENV APP_ENV=prod
ENV COMPOSER_ALLOW_SUPERUSER=1

COPY --from=frontend-build /app/dist/ /application/public/

RUN composer install --no-dev --optimize-autoloader --no-scripts
Expand Down

0 comments on commit df0d77f

Please sign in to comment.