1
0

create docker compose

This commit is contained in:
Ahmed Nour Eldin
2022-07-18 03:24:51 +02:00
committed by GitHub
parent 6162577279
commit d6398d7d89
+11
View File
@@ -0,0 +1,11 @@
services:
sb:
build: ./
image: sb
container_name: sb
ports:
- ${PORT}:3000
volumes:
- type: bind
source: ${DIRECTORY}
target: /space