mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06: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:
@@ -8,4 +8,4 @@ RUN make
|
||||
FROM debian:bookworm-slim
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/mkp224o .
|
||||
CMD [ "./mkp224o" ]
|
||||
ENTRYPOINT [ "./mkp224o" ]
|
||||
|
||||
Reference in New Issue
Block a user