diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 00000000..4ff35c73 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,11 @@ +services: + sb: + build: ./ + image: sb + container_name: sb + ports: + - ${PORT}:3000 + volumes: + - type: bind + source: ${DIRECTORY} + target: /space \ No newline at end of file