create docker compose

pull/35/head
Ahmed Nour Eldin 2022-07-18 03:24:51 +02:00 committed by GitHub
parent 6162577279
commit d6398d7d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@ -0,0 +1,11 @@
services:
sb:
build: ./
image: sb
container_name: sb
ports:
- ${PORT}:3000
volumes:
- type: bind
source: ${DIRECTORY}
target: /space