Skip to content

Commit 730eeab

Browse files
committed
Remove postCreateCommand
1 parent fbba92b commit 730eeab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
// Use 'postCreateCommand' to run commands after the container is created.
57-
"postCreateCommand": "pip install -r requirements-dev.txt && pip install -e src && cp .env.sample .env && python ./src/fastapi_app/setup_postgres_database.py && python ./src/fastapi_app/setup_postgres_seeddata.py",
57+
"postCreateCommand": "pip install -r requirements-dev.txt && pip install -e src",
5858
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
5959
"remoteUser": "vscode"
6060
}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ Since the local app uses OpenAI models, you should first deploy it for the optim
133133
python ./src/fastapi_app/setup_postgres_seeddata.py
134134
```
135135
136-
If you opened the project in Codespaces or a Dev Container, these commands will already have been run for you.
137-
138136
2. Build the frontend:
139137
140138
```bash

0 commit comments

Comments
 (0)