We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce97d9 commit 0d44bc7Copy full SHA for 0d44bc7
docker/Dockerfile
@@ -96,7 +96,7 @@ COPY --from=deployer /var/www/html /var/www/html
96
RUN wget -nv -O /var/www/html/include/i18n/en_GB.phar https://s3.amazonaws.com/downloads.osticket.com/lang/1.18.x/en_GB.phar && \
97
wget -nv -O /var/www/html/include/plugins/auth-oauth2.phar https://s3.amazonaws.com/downloads.osticket.com/plugin/auth-oauth2.phar
98
99
-COPY --from=plugins /data/plugins/*.phar upload/include/plugins/
+COPY --from=plugins /data/plugins/*.phar /var/www/html/include/plugins/
100
101
RUN wget -O /usr/local/bin/php-fpm-healthcheck \
102
https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck \
0 commit comments