Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ihippik committed Dec 16, 2023
1 parent 5a0448f commit 2d973de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN go build -buildmode=pie -trimpath -ldflags='-s -w -buildid' -o app ./cmd/wal

FROM cgr.dev/chainguard/busybox:latest-glibc

WORKDIR /run/app
WORKDIR /app/

COPY --from=build-env /listener/app /app/

CMD /app/app
CMD ./app

0 comments on commit 2d973de

Please sign in to comment.