Chenhao
commited on
Commit
·
c9e3bf5
1
Parent(s):
0161d41
typo fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN mkdir /data/logs
|
|
| 13 |
RUN chmod -R 777 /data
|
| 14 |
|
| 15 |
RUN mkdir /sync
|
| 16 |
-
RUN chmod -R /sync
|
| 17 |
|
| 18 |
WORKDIR /app
|
| 19 |
RUN chmod -R 777 /app
|
|
|
|
| 13 |
RUN chmod -R 777 /data
|
| 14 |
|
| 15 |
RUN mkdir /sync
|
| 16 |
+
RUN chmod -R 777 /sync
|
| 17 |
|
| 18 |
WORKDIR /app
|
| 19 |
RUN chmod -R 777 /app
|