diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..84ec1f7 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,8 @@ +# docker-compose.yml +services: + smarti: + build: + dockerfile: Dockerfile + ports: + - "3000" + \ No newline at end of file