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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -36,10 +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
- RUN chown -R root:root /app/pe && chmod -R 777 /app/pe
40
-
41
- # Grant full permissions to /app/pe/
42
- RUN mkdir -p /app/pe && chmod -R 777 /app/pe
43
 
44
  # Download the required files into /files/programs
45
  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
+ 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 && \