Add missing CMD directive to Dockerfile (bench 3475935)

This commit is contained in:
2025-04-02 13:02:39 +02:00
parent 8b6f310f54
commit 441fe7e228

View File

@@ -33,3 +33,4 @@ RUN git clone https://git.nocturn9x.space/heimdall-engine/heimdall --depth 1 &&
make native
CMD ["heimdall/bin/heimdall"]