ErrorLogger support (#870) (#2195)

This commit is contained in:
yhirose
2025-08-06 17:38:18 -04:00
committed by GitHub
parent acf28a362d
commit b52d7d8411
3 changed files with 379 additions and 65 deletions

View File

@@ -8,4 +8,6 @@ FROM scratch
COPY --from=builder /build/server /server
COPY docker/html/index.html /html/index.html
EXPOSE 80
CMD ["/server"]
ENTRYPOINT ["/server"]
CMD ["0.0.0.0", "80", "/", "/html"]