Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -37,11 +37,9 @@ RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-p
|
|
| 37 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 38 |
|
| 39 |
# Copy entrypoint + backup/restore
|
| 40 |
-
COPY entrypoint.sh /entrypoint.sh
|
| 41 |
COPY backup.py /backup.py
|
| 42 |
COPY restore.py /restore.py
|
| 43 |
COPY app.py /app.py
|
| 44 |
-
RUN chmod +x /entrypoint.sh
|
| 45 |
|
| 46 |
WORKDIR /home/vscode
|
| 47 |
RUN mkdir -p /home/vscode/workspace
|
|
|
|
| 37 |
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 38 |
|
| 39 |
# Copy entrypoint + backup/restore
|
|
|
|
| 40 |
COPY backup.py /backup.py
|
| 41 |
COPY restore.py /restore.py
|
| 42 |
COPY app.py /app.py
|
|
|
|
| 43 |
|
| 44 |
WORKDIR /home/vscode
|
| 45 |
RUN mkdir -p /home/vscode/workspace
|