mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-06-06 23:00:17 +00:00
change cmd to entrypoint in Dockerfile
This is so that you can add args without docker assuming you're trying to override the command
This commit is contained in:
parent
2535c21336
commit
78991e6640
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN make
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/mkp224o .
|
COPY --from=builder /app/mkp224o .
|
||||||
CMD [ "./mkp224o" ]
|
ENTRYPOINT [ "./mkp224o" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue