This commit is contained in:
Tomas Dvorak
2025-09-08 17:13:01 +02:00
parent 0e70f4e36b
commit 91947a53b5
3 changed files with 26 additions and 17 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 8080
EXPOSE 80
ENTRYPOINT ["/app/server"]