Perfect the entrypoint
Previously unexplored entrypoint technology has been explored. Now we can run commands after the entrypoint completes with the magical "$@" variable.
This commit is contained in:
3
scripts/cmd.sh
Normal file
3
scripts/cmd.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
gunicorn -b :8000 -w 4 config.wsgi
|
||||
Reference in New Issue
Block a user