docker: Add entrypoint.sh #14
Loading…
Reference in a new issue
No description provided.
Delete branch ":docker-entrypoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Apparently I forgot to add this file in previous commits - the initial
shape is provided by @valberg, I added some defaults for
POSTGRES_{HOST,PORT}
.I still need to fix the
CMD
line - uvicorn is not actually installed.