docker fixes 1
All checks were successful
release-tag / release-image (push) Successful in 2m12s

This commit is contained in:
2025-07-22 17:25:00 +02:00
parent 0ada0c135d
commit 8ca6c6f062
3 changed files with 24 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ FROM alpine:3.20
RUN apk add --no-cache ca-certificates
COPY --from=builder /bin/sctradingtool /bin/sctradingtool
COPY ./static /bin/static
# Default listens on :8080 siehe main.go
EXPOSE 8080