copy config
This commit is contained in:
parent
a335f14b14
commit
58e2097016
3 changed files with 12 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ WORKDIR /app
|
|||
|
||||
EXPOSE 8080
|
||||
COPY --from=build /api/target/release/septastic_api /app/septastic_api
|
||||
COPY --from=build /api/config.yaml /app/config.yaml
|
||||
COPY api/assets /app/assets
|
||||
COPY api/templates /app/templates
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue