mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Implemented newlines
This commit is contained in:
parent
64195b96fb
commit
006415f888
2 changed files with 2 additions and 2 deletions
|
@ -22,4 +22,4 @@ RUN cmake -Hall -Bbuild \
|
|||
&& cmake --build build
|
||||
|
||||
# Running
|
||||
CMD [ "./build/standalone/Greeter" ]
|
||||
CMD [ "./build/standalone/Greeter" ]
|
||||
|
|
|
@ -4,4 +4,4 @@ services:
|
|||
application:
|
||||
build: .
|
||||
image: moder-cpp-starter
|
||||
container_name: modern-cpp-starter
|
||||
container_name: modern-cpp-starter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue