cpp : Fixed Docker image execution
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user