Changes the name of the files created in order to disambiguate. Updates Dockerfile to reflect the change.
This commit is contained in:
parent
60c46865d4
commit
ea11478084
2 changed files with 8 additions and 5 deletions
|
@ -4,5 +4,5 @@ LABEL description="Katbox Driver"
|
|||
|
||||
# Add util-linux to get a new version of losetup.
|
||||
RUN apk add util-linux
|
||||
COPY ./bin/katboxplugin /katboxplugin
|
||||
ENTRYPOINT ["/katboxplugin"]
|
||||
COPY ./bin/katbox-driver /katbox-driver
|
||||
ENTRYPOINT ["/katbox-driver"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue