feat: dockerize p4bl0t #17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/dockerized"
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?
This commit removes DATABASE_URL variable in favour of a fixed name.
The project won’t panic anymore if this variable isn’t set. This
removes the need for dotenvy.
It also adds the necessary files to dockerize the application.
Update instructions in README on how to run the project.
Add possibility to compile the project without a database available.
Closes #8