Skip to content

Commit 6a43b43

Browse files
committed
Merge branch 'devel'
2 parents b635b47 + aab797e commit 6a43b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN go mod download
1818
# Build
1919
ARG APP_VERSION="v0.1.0+hotfixes"
2020
RUN \
21-
CGO_ENABLED=0 GOOS=linux go build -ldflags "-X 'main.AppVersion=$APP_VERSION'" -o /packagelock
21+
CGO_ENABLED=0 GOOS=linux go build -ldflags "-X 'main.AppVersion=$APP_VERSION'" -o /app/packagelock
2222

2323
# Optional:
2424
# To bind to a TCP port, runtime parameters must be supplied to the docker command.
@@ -28,4 +28,4 @@ RUN \
2828
EXPOSE 8080
2929

3030
# Run
31-
CMD ["/packagelock"]
31+
CMD ["/app/packagelock"]

0 commit comments

Comments
 (0)