Spaces:
Running
Running
alessandro trinca tornidor
ci: docker, re-add docker_entrypoint.sh and entrypoint.sh scripts, install nodejs in runtime stage
29d4b23
export WORKDIR="/var/task" | |
export XDG_CACHE_HOME="/data" | |
echo "FOLDERS_MAP:${FOLDERS_MAP} ..." | |
source ${WORKDIR}/.venv/bin/activate | |
which python | |
python --version | |
chmod +x ${WORKDIR}/entrypoint.sh | |
bash ${WORKDIR}/entrypoint.sh | |
exit 0 | |