build service
Deploy frontend / frontend (push) Failing after 46s

This commit is contained in:
2024-12-03 11:11:44 +02:00
parent 94bd0a6a62
commit c8b164e7d7
20 changed files with 147 additions and 46 deletions
@@ -0,0 +1,8 @@
FROM oven/bun:1.1.38-alpine
COPY . ./
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=1 \
CMD curl -f http://127.0.0.1:8000/health || exit 1
CMD ["bun", "dist/server.js"]