We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e947e commit 52e1176Copy full SHA for 52e1176
Dockerfile
@@ -12,7 +12,7 @@ COPY . /app
12
13
14
# build the binary so it's portable and can run in a scratch container
15
-RUN go build -o /app/nvapi main.go && \
+RUN go build -o /app/nvapi . && \
16
chmod +x /app/nvapi
17
18
# Runtime stage
0 commit comments