copy config

This commit is contained in:
Nicholas Orlowsky 2025-11-08 13:14:10 -05:00
parent a335f14b14
commit 58e2097016
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
3 changed files with 12 additions and 1 deletions

View file

@ -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