Delete directory 'workloads/ecommerce'
Build and Push Frontend / build (push) Failing after 28s

This commit is contained in:
2026-07-20 00:29:09 +00:00
parent 5faeeb207e
commit 19fca33e4f
62 changed files with 0 additions and 616 deletions
-5
View File
@@ -1,5 +0,0 @@
FROM nginx:1.27-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html
EXPOSE 80
HEALTHCHECK --interval=30s --timeout=3s CMD wget -qO- http://127.0.0.1/healthz || exit 1