Skip to content

Commit cf5d9a6

Browse files
committed
fix(docker templates): import helpers.php
1 parent 518ebc0 commit cf5d9a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ RUN set -ex; \
144144

145145
# Copy configuration
146146
COPY config.inc.php /etc/phpmyadmin/config.inc.php
147+
COPY helpers.php /etc/phpmyadmin/helpers.php
147148
RUN chown www-data:www-data -R /etc/phpmyadmin/
148149

149150
# Copy main script

0 commit comments

Comments
 (0)