This commit is contained in:
Tomáš Dvořák
2025-09-23 20:15:36 +02:00
parent b8891c8a38
commit 71942e45b9
49 changed files with 8453 additions and 929 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ RUN apk add --no-cache ca-certificates \
# Optional: timezone data for precise Prague time
# RUN apk add --no-cache tzdata
COPY --from=build /app/server /app/server
EXPOSE 80
EXPOSE 8080
ENTRYPOINT ["/app/server"]