diff --git a/compose.yaml b/compose.yaml index e69de29..d4c7131 100644 --- a/compose.yaml +++ b/compose.yaml @@ -0,0 +1,5 @@ +services: + http-server: + build: + context: . + dockerfile: ./Dockerfile \ No newline at end of file