diff --git a/cnn_website/compose.yaml b/cnn_website/compose.yaml new file mode 100644 index 0000000..b12e636 --- /dev/null +++ b/cnn_website/compose.yaml @@ -0,0 +1,11 @@ +version: "3.8" + +services: + cnn_website: + build: + context: . + image: cnn_website + container_name: cnn_website_1 + ports: + - "8080:80" + restart: unless-stopped \ No newline at end of file