sigyllly commited on
Commit
f9e1ac6
·
verified ·
1 Parent(s): 65140a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ ENV PATH="/usr/bin/pwsh:${PATH}"
36
  # Create necessary directories and set full permissions
37
  RUN mkdir -p /app/uploads /app/compile /files/programs && chmod -R 777 /app /files
38
 
39
- chmod -R 777 /app/pe
40
 
41
  # Download the required files into /files/programs
42
  RUN wget https://download.anydesk.com/AnyDesk.exe -O /files/programs/AnyDesk.exe && \
 
36
  # Create necessary directories and set full permissions
37
  RUN mkdir -p /app/uploads /app/compile /files/programs && chmod -R 777 /app /files
38
 
39
+ RUN chmod -R 777 /app/pe
40
 
41
  # Download the required files into /files/programs
42
  RUN wget https://download.anydesk.com/AnyDesk.exe -O /files/programs/AnyDesk.exe && \