Pommsn commited on
Commit
0f793c0
·
verified ·
1 Parent(s): 802decb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 (Ensure start.sh is re-copied)
22
- ARG FORCE_REBUILD=1
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 && \