mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Implemented Docker Compose support
This commit is contained in:
parent
9e730456bb
commit
1aab3e91f2
1 changed files with 7 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
application:
|
||||
build: .
|
||||
image: moder-cpp-starter
|
||||
container_name: modern-cpp-starter
|
Loading…
Add table
Add a link
Reference in a new issue