mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
x
This commit is contained in:
@@ -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 .
|
||||||
|
Reference in New Issue
Block a user