Refactor .woodpecker.yml for streamlined deployment and simplify Dockerfile health check

This commit is contained in:
2025-07-23 21:36:36 +02:00
committed by k
parent 01edb8d575
commit 548a2d6f53
2 changed files with 17 additions and 32 deletions

View File

@ -16,5 +16,4 @@ EXPOSE 3000
CMD ["serve", "-s", "dist", "-l", "3000"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget -qO- http://localhost:3000/ || exit 1
calhost:3000/ || exit 1
CMD wget -qO- http://localhost:3000/ || exit 1