Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 && \
|