From 95b117c04ca05b3c17be611f930486f50cddd35b Mon Sep 17 00:00:00 2001 From: Freddy Adiv <55316909+FredAdiv@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:43:24 +0300 Subject: [PATCH] Create contributors.md --- contributors.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contributors.md diff --git a/contributors.md b/contributors.md new file mode 100644 index 0000000..da4d010 --- /dev/null +++ b/contributors.md @@ -0,0 +1,7 @@ +************ +Contributors +************ + +git clone https://github.com/linzhiming0826/sanic-restful +cd sanic-restful +docker run -it --name sanic-restful_test -w /opt -v \sanic-restful:/opt python:3.11 bash