Skip to content

Commit 0d44bc7

Browse files
committed
Corrected plugin install location
1 parent cce97d9 commit 0d44bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ COPY --from=deployer /var/www/html /var/www/html
9696
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 && \
9797
wget -nv -O /var/www/html/include/plugins/auth-oauth2.phar https://s3.amazonaws.com/downloads.osticket.com/plugin/auth-oauth2.phar
9898

99-
COPY --from=plugins /data/plugins/*.phar upload/include/plugins/
99+
COPY --from=plugins /data/plugins/*.phar /var/www/html/include/plugins/
100100

101101
RUN wget -O /usr/local/bin/php-fpm-healthcheck \
102102
https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck \

0 commit comments

Comments
 (0)