Update _example/simple/Dockerfile

This commit is contained in:
mattn 2022-05-18 11:21:26 +09:00
parent c122302862
commit 43dcd3131f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ COPY . /workspace/
RUN \ RUN \
go mod init github.com/mattn/sample && \ go mod init github.com/mattn/sample && \
go mod tidy && \ go mod tidy && \
go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go go install -ldflags='-s -w -extldflags "-static"' ./simple.go
RUN \ RUN \
# Smoke test # Smoke test