Spaces:
Running
Running
ds commited on
Commit ·
33a7042
1
Parent(s): 3c5c4e9
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -31,6 +31,7 @@ RUN sudo service mariadb start; service --status-all
|
|
| 31 |
|
| 32 |
RUN chmod -R 777 /var/run
|
| 33 |
RUN chmod -R 777 /run/mysqld
|
|
|
|
| 34 |
|
| 35 |
EXPOSE 7860
|
| 36 |
|
|
|
|
| 31 |
|
| 32 |
RUN chmod -R 777 /var/run
|
| 33 |
RUN chmod -R 777 /run/mysqld
|
| 34 |
+
RUN chmod -R 777 /var/lib/mysql
|
| 35 |
|
| 36 |
EXPOSE 7860
|
| 37 |
|