tempsrc hinzugefügt, um neue Sources auf bestehende Volumes zu fixen.
All checks were successful
release-tag / release-image (push) Successful in 2m13s
All checks were successful
release-tag / release-image (push) Successful in 2m13s
This commit is contained in:
@@ -14,8 +14,10 @@ FROM alpine:3.20
|
||||
# HTTPS-Callouts in Alpine brauchen ca-certificates
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN mkdir /data
|
||||
RUN mkdir /tempsrc
|
||||
COPY --from=builder /bin/sctradingtool /bin/sctradingtool
|
||||
COPY ./static /data/static
|
||||
COPY ./static /tempsrc/static
|
||||
|
||||
# Default listens on :8080 – siehe main.go
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user