Skip to content

Commit 198ba5d

Browse files
authored
Update Dockerfile
1 parent 9534e7a commit 198ba5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpmyadmin/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
1414
mariadb-client
1515

1616
# Copy the entrypoint script into the container
17-
COPY phpmyadmin/entrypoint-adm.sh /entrypoint-adm.sh
17+
COPY phpmyadmin/entrypoint-pma.sh /entrypoint-pma.sh
1818

1919
# Make sure the entrypoint script is executable
20-
RUN chmod +x /entrypoint-adm.sh
20+
RUN chmod +x /entrypoint-pma.sh
2121

2222
# CMD
23-
CMD ["/entrypoint-adm.sh", "apache2-foreground"]
23+
CMD ["/entrypoint-pma.sh", "apache2-foreground"]

0 commit comments

Comments
 (0)