1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

eof newline

This commit is contained in:
Michael Unknown 2022-03-28 21:26:19 +02:00
parent 00008c553d
commit 617257b7dc

View file

@ -35,4 +35,4 @@ CMD ["./GreeterTests"]
FROM ubuntu:20.04 as deploy
WORKDIR /app
COPY --from=build /build-all/build/standalone/Greeter ./
CMD ["./Greeter"]
CMD ["./Greeter"]