Fix env variables in cron
All checks were successful
Build Container / build (push) Successful in 5m15s
All checks were successful
Build Container / build (push) Successful in 5m15s
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
printenv | while read line; do echo "export $line"; done > /etc/container_environment
|
||||
|
||||
source /app/backend/venv/bin/activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user