Commit Graph

6 Commits

Author SHA1 Message Date
CXPLAY
2c28c62d22 update Dockerfile to use libsecp256k1 build (#73)
* Fix and tweak Dockerfile.

* update Dockerfile to use libsecp256k1 build
2024-09-30 10:42:51 -03:00
cxplay
254a20aa90 Fix and tweak Dockerfile. 2024-08-01 14:53:58 -03:00
mattn
4c19c277a8 fixed Dockerfile & "go generate" (#30) 2024-01-17 09:19:41 -03:00
fiatjaf
89763b12ac update go version and write environment variables on README. 2023-12-02 11:26:32 -03:00
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