diff --git a/frontend/.build/dev/Dockerfile b/.build/dev/frontend.Dockerfile similarity index 100% rename from frontend/.build/dev/Dockerfile rename to .build/dev/frontend.Dockerfile diff --git a/frontend/.build/prod/.env.example b/.build/prod/.env.example similarity index 100% rename from frontend/.build/prod/.env.example rename to .build/prod/.env.example diff --git a/frontend/.build/prod/README.md b/.build/prod/README.md similarity index 100% rename from frontend/.build/prod/README.md rename to .build/prod/README.md diff --git a/frontend/.build/prod/compose.yml b/.build/prod/compose.yml similarity index 66% rename from frontend/.build/prod/compose.yml rename to .build/prod/compose.yml index 884f720..7a27dc3 100644 --- a/frontend/.build/prod/compose.yml +++ b/.build/prod/compose.yml @@ -1,8 +1,8 @@ services: frontend: build: - context: ../../ - dockerfile: .build/prod/Dockerfile + context: ../../frontend + dockerfile: .build/prod/frontend.Dockerfile args: VITE_API_TARGET: ${VITE_API_TARGET} hostname: frontend diff --git a/frontend/.build/prod/Dockerfile b/.build/prod/frontend.Dockerfile similarity index 100% rename from frontend/.build/prod/Dockerfile rename to .build/prod/frontend.Dockerfile diff --git a/frontend/compose.yml b/compose.yml similarity index 100% rename from frontend/compose.yml rename to compose.yml