Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
docker: Copy translations to /root
Browse files Browse the repository at this point in the history
  • Loading branch information
devkcud committed Jul 15, 2024
1 parent d980f15 commit 72f88e4
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 @@ -23,6 +23,7 @@ WORKDIR /root/

COPY --from=builder /app/cmd/api/main .
COPY config /root/config
COPY translations /root/translations

EXPOSE 8080

Expand Down

0 comments on commit 72f88e4

Please sign in to comment.