From 29cfcfdeaf9d8a2f001cc8766e58f2de966489a0 Mon Sep 17 00:00:00 2001 From: ixa2 <162011041+ixa2@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:43:10 +0000 Subject: [PATCH] =?UTF-8?q?codespaces.sh=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codespaces.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 codespaces.sh diff --git a/codespaces.sh b/codespaces.sh new file mode 100644 index 0000000..a75538d --- /dev/null +++ b/codespaces.sh @@ -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