Dockerize: Default to /src working directory
This commit is contained in:
parent
b18f4ff105
commit
7ac5ec3e81
1 changed files with 1 additions and 0 deletions
|
|
@ -15,5 +15,6 @@ FROM alpine as tool
|
|||
|
||||
COPY --from=base /src/target/release/oxipng /usr/local/bin
|
||||
|
||||
WORKDIR /src
|
||||
ENTRYPOINT [ "oxipng" ]
|
||||
CMD [ "--help" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue