1
0
Fork 0
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:
Leonardo Lima 2020-10-03 04:04:11 -03:00
parent 9e730456bb
commit 1aab3e91f2

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: "3.8"
services:
application:
build: .
image: moder-cpp-starter
container_name: modern-cpp-starter