From 7e0b5edb85af07dccf4c26433aadf06ecc4c16bb Mon Sep 17 00:00:00 2001 From: tatyam Date: Wed, 15 Jun 2022 14:17:28 +0900 Subject: [PATCH] =?UTF-8?q?Docker=20=E8=B5=B7=E5=8B=95=E6=99=82=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=81=AF=20CMD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fb62ad..1410ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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