File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 17
17
image :
18
18
# Docker build arguments. For additional overrides: https://aws.github.io/copilot-cli/docs/manifest/backend-service/#image-build
19
19
build :
20
- dockerfile : streamlit_app/Dockerfile
21
- context : .
20
+ dockerfile : ../ streamlit_app/Dockerfile
21
+ context : ../
22
22
# Port exposed through your container to route traffic to it.
23
23
port : 8501
24
24
Original file line number Diff line number Diff line change 18
18
image :
19
19
# Docker build arguments. For additional overrides: https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#image-build
20
20
build :
21
- dockerfile : appcontainer/Dockerfile
22
- context : .
21
+ dockerfile : ../ appcontainer/Dockerfile
22
+ context : ../
23
23
# Port exposed through your container to route traffic to it.
24
24
port : 8000
25
25
You can’t perform that action at this time.
0 commit comments