Skip to content

Commit

Permalink
Add missing directory to the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed May 13, 2022
1 parent 87f4a66 commit 53d1c33
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 @@ -9,6 +9,7 @@ WORKDIR /root
COPY types ./types
COPY services ./services
COPY cmd ./cmd
COPY utils ./utils
COPY go.mod .
COPY go.sum .
COPY main.go .
Expand Down

0 comments on commit 53d1c33

Please sign in to comment.