Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,8 @@ RUN chmod -R 777 /app \
|
|
| 19 |
&& chmod 666 /app/messages.json \
|
| 20 |
&& chmod -R 777 . \
|
| 21 |
&& chmod +x /app/start.sh \
|
| 22 |
-
&& chmod +x /app/public
|
|
|
|
| 23 |
|
| 24 |
# Expose the desired port (adjust as needed)
|
| 25 |
EXPOSE 7860
|
|
|
|
| 19 |
&& chmod 666 /app/messages.json \
|
| 20 |
&& chmod -R 777 . \
|
| 21 |
&& chmod +x /app/start.sh \
|
| 22 |
+
&& chmod +x /app/public \
|
| 23 |
+
&& chmod +x /app/Temp
|
| 24 |
|
| 25 |
# Expose the desired port (adjust as needed)
|
| 26 |
EXPOSE 7860
|