1
0

Fixed wrong executable in CMD section in Dockerfile

This commit is contained in:
BlueFox 2024-09-21 17:13:36 +02:00
parent 3b81501f01
commit a4a332f91e

View File

@ -23,4 +23,4 @@ LABEL org.opencontainers.image.authors="bluefox@privacynerd.de"
COPY --from=cmatrixbuildimage /cmatrix/cmatrix /cmatrix
CMD [".cmatrix"]
CMD ["./cmatrix"]