Bsic docker-compose

This commit is contained in:
Nicolai Ort 2021-08-14 09:56:09 +02:00
parent 2e7d924815
commit f325f6c8cc
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 6 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
version: '3'
services:
backend:
build: .
ports:
- 3000:3000