Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbclkh committed Apr 14, 2024
1 parent bef9e12 commit eef7da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ FROM php:8.1-apache
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

# No need to build it again, just copy it.
COPY --chown www-data:www-data --from=script-builder /var/www /var/www
COPY --chown=www-data:www-data --from=script-builder /var/www /var/www

# Environment used for the database.
ENV USERNAME=username \
Expand Down

0 comments on commit eef7da9

Please sign in to comment.