From 50bc64d9fd984cdb74852ab02b9a7ed7e8d8c60b Mon Sep 17 00:00:00 2001 From: Riku Takeuchi Date: Tue, 24 Oct 2023 23:23:09 +0900 Subject: [PATCH] fix: move Dockerfile --- apps/studio/Dockerfile => Dockerfile | 0 docker-compose.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/studio/Dockerfile => Dockerfile (100%) diff --git a/apps/studio/Dockerfile b/Dockerfile similarity index 100% rename from apps/studio/Dockerfile rename to Dockerfile diff --git a/docker-compose.yaml b/docker-compose.yaml index 90788c746..b45d9d253 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,4 @@ services: ports: - "8000:80" volumes: - - ./public/docs/asyncapi:/usr/share/nginx/html/docs/asyncapi + - ./apps/studio/public/docs/asyncapi:/usr/share/nginx/html/docs/asyncapi