Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixuan2333 committed Feb 9, 2022
1 parent 069ff90 commit e0f4699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM golang:1.17 as build

WORKDIR /app

COPY . ./
# build the binary with all dependencies
RUN go build -o /main .

Expand Down

0 comments on commit e0f4699

Please sign in to comment.