Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Apr 15, 2023
1 parent f1a1767 commit a07a088
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ COPY api/go.mod api/go.sum ./
RUN go mod download

COPY api/ .
# web/dist/* api/static/
# cp -rf /app/dist/* /app/static/
COPY --from=frontend_builder /app/dist/ ./static/
COPY --from=frontend_builder /app/dist/assets ./static/

RUN CGO_ENABLED=0 GOARCH=amd64 GOOS=linux go build -a -installsuffix cgo -o /app/app

Expand Down

0 comments on commit a07a088

Please sign in to comment.