asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

Corrección Dockerfile #38

Closed ruben18salazar3 closed 2 months ago

ruben18salazar3 commented 2 months ago

Esta modificación en el Dockerfile me permitió solucionar un error que se producía al iniciar el contenedor, el error que tenía en el contenedor era:

_panic: failed to upgrade database: Binary was compiled with 'CGOENABLED=0', go-sqlite3 requires cgo to work. This is a stub goroutine 1 [running]: main.main() /app/main.go:101 +0x764

Espero que pueda ayudar a alguien más. :)

asternic commented 2 months ago

Gracias!