add config.json
This commit is contained in:
parent
64c66f5d98
commit
02e12d53ce
@ -10,6 +10,7 @@ FROM alpine
|
||||
COPY --from=builder /src/bin /app
|
||||
COPY --from=builder /src/index.html /app/index.html
|
||||
COPY --from=builder /src/static /app/static
|
||||
COPY --from=builder /src/config.json /app/config.json
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user