Skip to content

Commit

Permalink
fix(others): docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Aug 28, 2023
1 parent 820ce39 commit 8b7bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN go mod download

COPY . .

COPY --from=builder-node /app/server/build /src/server/build
COPY --from=builder-node /app/server/build /app/server/build

RUN make build

Expand Down

0 comments on commit 8b7bd58

Please sign in to comment.