We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9297afa commit 298060aCopy full SHA for 298060a
Dockerfile
@@ -19,4 +19,5 @@ FROM gcr.io/distroless/static
19
COPY --from=builder /tmp/smallblog /go/bin/smallblog
20
COPY templates ./templates
21
COPY assets ./assets
22
-ENTRYPOINT ["/go/bin/smallblog", "--server.host=0.0.0.0"]
+ENTRYPOINT ["/go/bin/smallblog"]
23
+CMD ["serve", "--server.host=0.0.0.0", "--server.port=8000"]
Dockerfile.pack
@@ -20,4 +20,5 @@ FROM gcr.io/distroless/static
24
0 commit comments