Commit 7d484ea
committed
Add st_app.py to the Docker file.
The getting started process is broken because the dev is expected to run the script/server script and have everything work.
Upon looking at the Dockerfile the app is in a constant restart cycle and therefore can't start.
Looking at the logs the st_app.py file is not being copied to the workdir in the container and therefore the container fails to start.1 parent 77b7215 commit 7d484ea
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments