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

Commit

Permalink
fix(server): add log pkg to dockerfile (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow authored Mar 12, 2024
1 parent 7fe7c57 commit 4f71ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN go -C server mod download
COPY server/main.go server/main.go
COPY server/core/ server/core/
COPY server/rest/ server/rest/
COPY server/log/ server/log/
COPY server/persistence/ server/persistence/

# Build
Expand Down

0 comments on commit 4f71ede

Please sign in to comment.