vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
76 stars 28 forks source link

Dockerfile: remove CMD line and docker-compose file is added #128

Open mjhatami opened 4 months ago

mjhatami commented 4 months ago

Improved Containerization with Docker Compose

Summary

This pull request updates the containerization approach for the repository by changing the Dockerfile and adding a docker-compose.yml file. This change aims to improve build times and provide greater flexibility when adjusting command-line arguments, enhancing the development workflow.

Changes Made

1. Dockerfile Update:

2. Introduction of Docker Compose:

Benefits

Please review the changes and let me know if any further adjustments are needed. Thank you for considering this improvement to the project's containerization process.