Testing roll combination validation
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
FROM gcc:latest
|
||||
|
||||
RUN g++ src/*.cpp -o Bowling
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY rolls.txt /app/
|
||||
COPY include/* /app/include/
|
||||
COPY src/* /app/src/
|
||||
|
||||
RUN g++ src/*.cpp -o Bowling
|
||||
#RUN g++ src/*.cpp -o Bowling
|
||||
|
||||
CMD ["./Bowling", "rolls.txt"]
|
||||
|
||||
Reference in New Issue
Block a user