This is a Dockerfile for the WAPT (Windows APT link_fr/link_en) applications.
This build come with no WARRANTY. And it's probably not suitable for production environnement.
This is my first Dockerfile so it must not be the best Dockerfile :) !
By the way, feel free to help making this Dockerfile better :) !
For the moment, no configuration is giving through variables. So here it is settings :
Name | Values |
---|---|
Username | admin |
Password | admin |
Mongo_host | localhost/127.0.0.1 |
- enhance the Readme
- Pass settings through variables
- Provide a alternative with mongodb container.