Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -18,8 +18,8 @@ COPY --from=web /app/web /app/web
|
|
| 18 |
# Copy config files
|
| 19 |
COPY nginx.conf /etc/nginx/nginx.conf
|
| 20 |
|
| 21 |
-
# Force Cache Busting (
|
| 22 |
-
ARG FORCE_REBUILD=
|
| 23 |
COPY start.sh /app/start.sh
|
| 24 |
|
| 25 |
RUN chmod +x /app/start.sh && \
|
|
|
|
| 18 |
# Copy config files
|
| 19 |
COPY nginx.conf /etc/nginx/nginx.conf
|
| 20 |
|
| 21 |
+
# Force Cache Busting (Change value to force rebuild)
|
| 22 |
+
ARG FORCE_REBUILD=20260114_1637
|
| 23 |
COPY start.sh /app/start.sh
|
| 24 |
|
| 25 |
RUN chmod +x /app/start.sh && \
|