Skip to content

Commit

Permalink
Fix docker build error
Browse files Browse the repository at this point in the history
Fix an error while building the application in docker due to util dir not copied.
  • Loading branch information
mingyech authored Nov 1, 2024
1 parent 68aa52b commit 4af3e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ COPY go.* /opt/conjure/
COPY cmd/ /opt/conjure/cmd
COPY pkg/ /opt/conjure/pkg
COPY proto/ /opt/conjure/proto
COPY util/ /opt/conjure/util

RUN PATH="$HOME/.go/bin/:/usr/local/go/bin:$PATH" make app
RUN PATH="$HOME/.go/bin/:/usr/local/go/bin:$PATH" make registration-server
Expand Down

0 comments on commit 4af3e5d

Please sign in to comment.