2 lines
101 B
Bash
Executable File
2 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
pip3 install -r ${SRC_PKG}/requirements.txt -t ${SRC_PKG} && cp -r ${SRC_PKG} ${DEPLOY_PKG} |