Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 26e3313

Browse files
author
Evandro Myller
committed
Add a Compose file
1 parent dd21c1d commit 26e3313

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: '3.6'
2+
services:
3+
4+
python-nodejs:
5+
# Build settings
6+
build:
7+
context: ./
8+
image: emyller/python-nodejs:${TAG:-latest}

0 commit comments

Comments
 (0)