Spaces:
Running
Running
muralipala1504 commited on
Commit ·
a52fcfb
1
Parent(s): 669acfd
Cleanup: remove ARG CACHEBUST from Dockerfiles
Browse files- Dockerfile +0 -1
- Dockerfile.hf +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Copy frontend static files
|
| 11 |
-
ARG CACHEBUST=4
|
| 12 |
COPY index.html app.js services.css about.html contact.html ./
|
| 13 |
# Copy backend
|
| 14 |
COPY deepshell-backend/ ./deepshell-backend/
|
|
|
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Copy frontend static files
|
|
|
|
| 11 |
COPY index.html app.js services.css about.html contact.html ./
|
| 12 |
# Copy backend
|
| 13 |
COPY deepshell-backend/ ./deepshell-backend/
|
Dockerfile.hf
CHANGED
|
@@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Copy frontend static files
|
| 11 |
-
ARG CACHEBUST=4
|
| 12 |
COPY index.html app.js services.css about.html contact.html ./
|
| 13 |
# Copy backend
|
| 14 |
COPY deepshell-backend/ ./deepshell-backend/
|
|
|
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Copy frontend static files
|
|
|
|
| 11 |
COPY index.html app.js services.css about.html contact.html ./
|
| 12 |
# Copy backend
|
| 13 |
COPY deepshell-backend/ ./deepshell-backend/
|