Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Specified the main.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
tahirmurata committed Sep 6, 2024
1 parent dbf9db2 commit 9cf4d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN go mod download

COPY . .

RUN go build -o /docker-f3s-backend
RUN go build -o main cmd/api/main.go

EXPOSE 8080

CMD ["/docker-f3s-backend"]
CMD ["/main"]

0 comments on commit 9cf4d73

Please sign in to comment.