restructure for docker
This commit is contained in:
7
forum/docker-builder.sh
Executable file
7
forum/docker-builder.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eux
|
||||
|
||||
python3 -m venv /opt/venv
|
||||
. /opt/venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
Reference in New Issue
Block a user