Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Nov 6, 2024
1 parent 2bb6f06 commit 955a0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
go mod download -x

COPY pkg pkg
COPY templates templates
COPY models models
COPY services services
COPY cmd cmd

Expand Down

0 comments on commit 955a0f2

Please sign in to comment.