mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +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
|
&& cmake --build build
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
CMD [ "./build/standalone/Greeter" ]
|
CMD [ "./build/standalone/Greeter" ]
|
||||||
|
|
|
@ -4,4 +4,4 @@ services:
|
||||||
application:
|
application:
|
||||||
build: .
|
build: .
|
||||||
image: moder-cpp-starter
|
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