Skip to content

Commit

Permalink
fix(deploy): copy missing directory in backend debug dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Apr 18, 2023
1 parent 37e8189 commit 194b3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY pagination pagination/
COPY rate_limiter rate_limiter/
COPY thirdparty thirdparty/
COPY build_info build_info/
COPY middleware middleware/

# Build
RUN go generate ./...
Expand Down

0 comments on commit 194b3cc

Please sign in to comment.