mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
fit: add .env and profiles.json to dockerfile
bumta alb
This commit is contained in:
parent
f1eb603813
commit
2aa7b29b23
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ FROM alpine:latest
|
|||
RUN apk --no-cache add ca-certificates
|
||||
WORKDIR /app/
|
||||
COPY --from=builder /build/trackncore .
|
||||
COPY --from=builder /build/.env .
|
||||
COPY --from=builder /build/profiles.json .
|
||||
COPY --from=builder /build/index.html .
|
||||
EXPOSE 3000
|
||||
CMD ["./trackncore"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue