Reaperxxxx commited on
Commit
cc20d05
·
verified ·
1 Parent(s): 8c3b607

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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