Setup server

Add new app

Backup

💣️ Handy commands

Open the container with the app.

It can be useful to see files inside the container.

dokku enter **bravekids**

Run rails console

Rails console is running a new container. If necessary destroy that container.

dokku run **bravekids** rails c

Nginx logs

dokku nginx:access-logs **bravekids** -t

Rails logs

dokku logs **bravekids** -t

See all docker containers

docker ps

Remove container