Skip to content

Commit 52e1176

Browse files
committed
minor updates
1 parent 86e947e commit 52e1176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . /app
1212

1313

1414
# build the binary so it's portable and can run in a scratch container
15-
RUN go build -o /app/nvapi main.go && \
15+
RUN go build -o /app/nvapi . && \
1616
chmod +x /app/nvapi
1717

1818
# Runtime stage

0 commit comments

Comments
 (0)