Skip to content

Commit 2e57b23

Browse files
committed
devcontainer
1 parent d4152e9 commit 2e57b23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/post_create_command.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ echo "start post create command..."
77
# install requirements-dev.txt
88
pip install -r requirements-dev.txt
99

10+
# install pre-commit
11+
pre-commit install
12+
1013
# copy .example.env to .env
1114
cp .example.env .env
1215

1316
# docker compose up
14-
docker compose up -d
17+
# docker compose up -d
1518

1619
echo "done post create command"

0 commit comments

Comments
 (0)