Skip to content

Commit

Permalink
fixes broken docker images by adding missing internal folder (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Jul 24, 2024
1 parent c0fa227 commit 4d5626d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN go mod download

WORKDIR /workspace
COPY worker/ worker/
COPY internal/ internal/

# COPY tools.go tools.go
# COPY Makefile Makefile
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN go mod download

WORKDIR /workspace
COPY backend/ backend/
COPY internal/ internal/

WORKDIR /workspace/worker

Expand Down

0 comments on commit 4d5626d

Please sign in to comment.