Skip to content

Commit

Permalink
fix: Dockerfile の CMD の文法が間違っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
YKhm20020 committed Nov 14, 2024
1 parent 900673d commit 95af6be
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 @@ -10,4 +10,4 @@ RUN go build -o main .

EXPOSE $PORT

CMD ["go run main.go"]
CMD ["go", "run", "main.go"]

0 comments on commit 95af6be

Please sign in to comment.