Skip to content

Commit

Permalink
revert directory docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 23, 2024
1 parent 783bfa0 commit 66ec1c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM scratch
WORKDIR /root/

# Copy the binary from the builder stage
COPY --from=builder /go/src/app/out/polycli /usr/bin
COPY --from=builder /go/src/app/out/polycli .

# Command to run the binary
CMD ["polycli"]\
CMD ["./polycli"]\
2 changes: 1 addition & 1 deletion packaging/deb/polycli/DEBIAN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For debian packages you will need to add the following layouts during the build

polycli/
DEBIAN/control
usr/local/bin/polycli
/usr/bin/polycli

This will be wrapped during the build package process building

Expand Down

0 comments on commit 66ec1c8

Please sign in to comment.