mavernlokuip commited on
Commit
9a90161
·
verified ·
1 Parent(s): e7aaa7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Use the official phpMyAdmin image
2
  FROM phpmyadmin/phpmyadmin:latest
3
- RUN chmod -R 777 /
 
4
  # Set environment variables
5
  ENV PMA_HOST=mysql
6
  ENV PMA_PORT=7860
 
1
  # Use the official phpMyAdmin image
2
  FROM phpmyadmin/phpmyadmin:latest
3
+ RUN chmod -R 777 /var/
4
+ RUN chmod -R 777 /etc/
5
  # Set environment variables
6
  ENV PMA_HOST=mysql
7
  ENV PMA_PORT=7860