Skip to content

Commit 56f7ed2

Browse files
committed
chore: organize infrastructure tools under the same directory
1 parent 750ffa7 commit 56f7ed2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

copilot/streamlit/manifest.yml renamed to infra/copilot/streamlit/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ http:
1717
image:
1818
# Docker build arguments. For additional overrides: https://aws.github.io/copilot-cli/docs/manifest/backend-service/#image-build
1919
build:
20-
dockerfile: streamlit_app/Dockerfile
21-
context: .
20+
dockerfile: ../streamlit_app/Dockerfile
21+
context: ../
2222
# Port exposed through your container to route traffic to it.
2323
port: 8501
2424

copilot/web/manifest.yml renamed to infra/copilot/web/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ http:
1818
image:
1919
# Docker build arguments. For additional overrides: https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#image-build
2020
build:
21-
dockerfile: appcontainer/Dockerfile
22-
context: .
21+
dockerfile: ../appcontainer/Dockerfile
22+
context: ../
2323
# Port exposed through your container to route traffic to it.
2424
port: 8000
2525

0 commit comments

Comments
 (0)