asternic / wuzapi

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

Update Dockerfile to optimize image size #30

Closed fadlee closed 4 months ago

fadlee commented 5 months ago

Pull Request Summary:

Changes Made

Reason for Changes

The primary goal of this update is to significantly reduce the image size by excluding unnecessary build dependencies. Additionally, the change in CMD improves the usability of the Docker image, allowing users to enter the container interactively.

Impact

Testing

Additional Notes