Limas
Explore posts from serversMultiple commands on start command won't work
I have a Django application for which I have a a Dockerfile, it works fine, but for a
staging
environment I wish to override the start command.
I created the following json to chain multiple commands including the sleep 3
to wait for the private DNS, but it only executes the first command, I already did a ton of tests, if I remove the sleep
in the deployment logs I get to see only the migrate
command output but the server doesn't execute the gunicorn
. If I remove everything and only leave the gunicorn
it works normally.
7 replies
Recover a file inside a deployment
By mistake I left a sqlite file inside a deployment and made a lot of updates to the database on that file. Is there any way to recover that file? or is lost forever? I haven't restart or touch the deployment to avoid lossing it 😦
10 replies