mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
x
This commit is contained in:
parent
cb0df8a5dd
commit
366147766f
1 changed files with 1 additions and 0 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue