Spaces:
Sleeping
Sleeping
Tristan Yu commited on
Commit ·
53b3354
1
Parent(s): 4cace6d
chore: force frontend rebuild [no-op]
Browse files- client/Dockerfile +2 -1
client/Dockerfile
CHANGED
|
@@ -29,4 +29,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
|
| 29 |
EXPOSE 80
|
| 30 |
|
| 31 |
# Start nginx
|
| 32 |
-
CMD ["nginx", "-g", "daemon off;"]
|
|
|
|
|
|
| 29 |
EXPOSE 80
|
| 30 |
|
| 31 |
# Start nginx
|
| 32 |
+
CMD ["nginx", "-g", "daemon off;"]
|
| 33 |
+
# rebuild trigger 2025-09-02T05:59:28Z
|