Jan Dittberner
46e3db3a89
- add entrypoint script - add .dockerignore - fix shellcheck warnings in gvafile.sh - migrate to Celery 5 settings - downgrade importlib-metadata for Celery compatibility
5 lines
49 B
Bash
Executable file
5 lines
49 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
su -c /srv/gvafile.sh gvafile
|