This commit is contained in:
skidoodle 2024-10-09 01:34:41 +02:00
parent cb0df8a5dd
commit 366147766f
Signed by: albert
GPG key ID: A06E3070D7D55BF2

View file

@ -4,6 +4,7 @@ COPY . .
RUN go build -o trackncore . RUN go build -o trackncore .
FROM alpine:latest FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /app/ WORKDIR /app/
COPY --from=builder /build/trackncore . COPY --from=builder /build/trackncore .
COPY --from=builder /build/index.html . COPY --from=builder /build/index.html .