cpp : Fixed Docker image execution

This commit is contained in:
saundersp
2024-05-01 15:14:04 +02:00
parent 4a42747837
commit 2e7b7313c3
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ WORKDIR /home/ViolaJones/cpp
RUN dnf install -y make-1:4.3-7.el9 && dnf clean all
COPY --from=builder /home/ViolaJones/cpp/bin ./bin
COPY Makefile .
COPY --from=builder /home/ViolaJones/cpp/Makefile .
ENTRYPOINT ["make"]
CMD ["start"]