We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782d945 commit 5fc6f32Copy full SHA for 5fc6f32
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM alpine:latest
2
-ADD . /gobin
3
-WORKDIR /gobin
4
-
+#base image
+#TODO: add more documentation on how to create a project specific image
+FROM alpine
+COPY ./release/alpine-linux/go-mssql-runner .
5
+CMD ["./go-mssql-runner", "version"]
0 commit comments