mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-28 07:47:36 +02:00
Refactor web assets structure; migrate HTML, CSS, and JS to new directory and update Dockerfile for new paths
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ FROM alpine:3
|
||||
RUN apk add --no-cache ca-certificates
|
||||
WORKDIR /app
|
||||
COPY --from=builder /out/ncore-stats .
|
||||
COPY index.html style.css script.js ./
|
||||
COPY web ./web
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["./ncore-stats"]
|
||||
|
||||
Reference in New Issue
Block a user