Skip to content

Commit

Permalink
fix: container image build
Browse files Browse the repository at this point in the history
  • Loading branch information
halimath committed May 4, 2024
1 parent 76e4069 commit 01fa8c2
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 @@ -21,7 +21,7 @@ WORKDIR /backend

COPY ./backend/ ./

COPY --from=NODEJS /build/app/dist/ /backend/internal/boundary/public/
COPY --from=NODEJS /build/app/dist/ /backend/internal/web/public/

ENV CGO_ENABLED=0
RUN go build -ldflags "-X internal.Version=${version} -X internal.Commit=${commit}" .
Expand Down

0 comments on commit 01fa8c2

Please sign in to comment.