Skip to content

Commit

Permalink
update: Not found エラーが発生したので、実行コマンドを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
YKhm20020 committed Nov 14, 2024
1 parent 4c1779a commit 900673d
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 ["/app/main"]
CMD ["go run main.go"]

0 comments on commit 900673d

Please sign in to comment.