FROM gcc:latest RUN g++ src/*.cpp -o Bowling WORKDIR /app COPY rolls.txt /app/ #RUN g++ src/*.cpp -o Bowling CMD ["./Bowling", "rolls.txt"]