Skip to content

Commit

Permalink
Update Dockerfile-development.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it committed Aug 2, 2024
1 parent 492abbe commit fc8be98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-development
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY go.mod go.sum ./
RUN go mod download
COPY . .

RUN CGO_ENABLED=0 GOOS=linux go build -o ./build/migrationtool ./database/migrations/tool/.
RUN CGO_ENABLED=0 GOOS=linux go build -o ./build/main ./app/.

ENTRYPOINT ["./build/main"]

0 comments on commit fc8be98

Please sign in to comment.