1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +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 FROM ubuntu:20.04 as deploy
WORKDIR /app WORKDIR /app
COPY --from=build /build-all/build/standalone/Greeter ./ COPY --from=build /build-all/build/standalone/Greeter ./
CMD ["./Greeter"] CMD ["./Greeter"]