Draken1606 commited on
Commit
2ca1d01
·
1 Parent(s): 9e63187

Update openenv.yaml to use full package path for app

Browse files
Files changed (1) hide show
  1. openenv.yaml +1 -1
openenv.yaml CHANGED
@@ -2,7 +2,7 @@ spec_version: 1
2
  name: Container_Yard
3
  type: space
4
  runtime: fastapi
5
- app: server.app:app
6
  port: 8000
7
  description: |
8
  Container Yard Port Operations Simulation
 
2
  name: Container_Yard
3
  type: space
4
  runtime: fastapi
5
+ app: Container_Yard.server.app:app
6
  port: 8000
7
  description: |
8
  Container Yard Port Operations Simulation