Skip to content

Commit

Permalink
Update _example/simple/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed May 18, 2022
1 parent c122302 commit 43dcd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY . /workspace/
RUN \
go mod init github.com/mattn/sample && \
go mod tidy && \
go install -ldflags="-s -w -extldflags \"-static\"" ./simple.go
go install -ldflags='-s -w -extldflags "-static"' ./simple.go

RUN \
# Smoke test
Expand Down

0 comments on commit 43dcd31

Please sign in to comment.