Commit Graph

2 Commits

Author SHA1 Message Date
0xtr
9360749e29 Add Tailwind bundling step to Dockerfile
Refactors the Dockerfile into multiple stages. First stage is to
build the minified Tailwind CSS bundle. Next it builds the final Go binary.
In the last step, it builds the Docker image that will run the application.
Alpine has minimal with dependencies which gives us a smaller attack
surface.
2023-10-27 17:10:18 -03:00
0xtr
9882be5cb6 Add Dockerfile (#8)
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
2023-10-19 08:43:16 -03:00