Skip to content

Commit

Permalink
Docker 起動時のコマンドは CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
tatyam-prime committed Jun 15, 2022
1 parent c172d23 commit 7e0b5ed
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 @@ -11,4 +11,4 @@ RUN go mod tidy
# usermodなどで手元のUIDが変わっている場合は.envに記述する
# RUN chown -R ${UID:-1000}:${GID:-1000} ./

RUN go run main.go
CMD go run main.go

0 comments on commit 7e0b5ed

Please sign in to comment.