We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3618d4 commit be64302Copy full SHA for be64302
Dockerfile
@@ -15,4 +15,5 @@ RUN apt-get update && apt-get install less
15
16
WORKDIR /project
17
18
-RUN go build && ./mmdb-from-go-blogpost
+RUN go build
19
+RUN ./mmdb-from-go-blogpost
0 commit comments