scriptの移動

This commit is contained in:
ixa2
2024-03-05 02:07:27 +00:00
parent 1c39fa0c52
commit 52b5e4ee53
4 changed files with 1 additions and 0 deletions

18
scripts/codespaces.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
docker run --detach \
--name taiko-mongo-debug \
--volume taiko-mongo:/data/db \
--publish 27017:27017 \
mongo
docker run --detach \
--name taiko-redis-debug \
--volume taiko-redis:/data \
--publish 6379:6379 \
redis
#pip install -r requirements.txt
#flask run
python -m flask run