Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix missing metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed Jan 18, 2024
1 parent 8e926b2 commit 9e70c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ COPY --from=build /app ./
COPY conf/*.sql ./conf/

COPY openapi.yaml ./
COPY metadata.json ./

ENV TZ=Europe/Zurich
CMD [ "/app" ]

0 comments on commit 9e70c77

Please sign in to comment.