We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9534e7a commit 198ba5dCopy full SHA for 198ba5d
phpmyadmin/Dockerfile
@@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
14
mariadb-client
15
16
# Copy the entrypoint script into the container
17
-COPY phpmyadmin/entrypoint-adm.sh /entrypoint-adm.sh
+COPY phpmyadmin/entrypoint-pma.sh /entrypoint-pma.sh
18
19
# Make sure the entrypoint script is executable
20
-RUN chmod +x /entrypoint-adm.sh
+RUN chmod +x /entrypoint-pma.sh
21
22
# CMD
23
-CMD ["/entrypoint-adm.sh", "apache2-foreground"]
+CMD ["/entrypoint-pma.sh", "apache2-foreground"]
0 commit comments