fixed hosted dockerfile

This commit is contained in:
2021-05-24 12:43:22 +02:00
parent 0252ded2c1
commit f5a181205a
2 changed files with 19 additions and 1 deletions

View File

@ -13,6 +13,6 @@ RUN set -ex; \
cd build-hosted; \
cmake -DCMAKE_BUILD_TYPE=Release -DOS_FSFW=linux ..;
ENTRYPOINT ["cmake", "--build", "build-linux"]
ENTRYPOINT ["cmake", "--build", "build-hosted"]
CMD ["-j"]
# CMD ["bash"]