Dockerfile: Made the resulting image more friendly by using ENTRYPOINT
This commit is contained in:
parent
d0e251de94
commit
db7dd90c84
@ -25,4 +25,5 @@ RUN apk update --no-cache && \
|
||||
COPY --from=cmatrixbuildimage /cmatrix/cmatrix /cmatrix
|
||||
|
||||
USER cmatrix
|
||||
CMD ["./cmatrix"]
|
||||
ENTRYPOINT ["./cmatrix"]
|
||||
CMD ["-akb", "-u 3"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user