feat: app icon and readme

This commit is contained in:
2025-10-09 04:07:47 +02:00
parent 745b51b7b5
commit 5668cf7739

View File

@@ -28,8 +28,8 @@ COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=builder /app/.output/public /usr/share/nginx/html
# Add healthcheck
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget --quiet --tries=1 --spider http://localhost:80/ || exit 1
# HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
# CMD wget --quiet --tries=1 --spider http://localhost:80/ || exit 1
EXPOSE 80