Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed May 10, 2024
1 parent 095d54f commit 8fd879c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG INSTALL_PHP_EXTENSION_URL
ENV INSTALL_PHP_EXTENSION_URL "${INSTALL_PHP_EXTENSION_URL}"
ENV PHP_EXTENSIONS "${DEFAULT_PHP_EXTENSIONS} ${PHP_EXTENSIONS}"
ENV DOCUMENT_ROOT /srv/app/public
ENV SYMFONY_CLI_URL 'https://github.com/symfony-cli/symfony-cli/releases/v${SYMFONY_VERSION}/download/symfony-cli_linux_amd64.tar.gz'
ENV SYMFONY_CLI_URL "https://github.com/symfony-cli/symfony-cli/releases/v${SYMFONY_VERSION}/download/symfony-cli_linux_amd64.tar.gz"
ENV APT_PACKAGES "${APT_PACKAGES}"
ENV COMPOSER_VERSION "${COMPOSER_VERSION}"

Expand Down Expand Up @@ -96,7 +96,7 @@ ARG INSTALL_PHP_EXTENSION_URL
ENV INSTALL_PHP_EXTENSION_URL "${INSTALL_PHP_EXTENSION_URL}"
ENV PHP_EXTENSIONS "${DEFAULT_PHP_EXTENSIONS} ${PHP_EXTENSIONS}"
ENV DOCUMENT_ROOT /srv/app/public
ENV SYMFONY_CLI_URL 'https://github.com/symfony-cli/symfony-cli/releases/v${SYMFONY_VERSION}/download/symfony-cli_linux_amd64.tar.gz'
ENV SYMFONY_CLI_URL "https://github.com/symfony-cli/symfony-cli/releases/v${SYMFONY_VERSION}/download/symfony-cli_linux_amd64.tar.gz"
ENV APT_PACKAGES "${APT_PACKAGES}"
ENV COMPOSER_VERSION "${COMPOSER_VERSION}"

Expand Down

0 comments on commit 8fd879c

Please sign in to comment.