ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
176 stars 7 forks source link

Working docker example #101

Closed MnlPhlp closed 5 years ago

MnlPhlp commented 5 years ago

This is just a simple config for docker to be able to run it without any changes. I want to add this because of #100 Running the two scripts in the docker directory should do the job, which makes it easy to just try out nimwc. The base folder contains a Docker-file for an image with nimWC installed without any configuration. That image is also available on the docker hub. The Docker-file in the docker folder adds an admin user and starts nimwc automatically.

MnlPhlp commented 5 years ago

I am going to look into this again in the next days. The size of the base image can probably be reduced.

juancarlospaco commented 5 years ago

Ok, thanks for making it work, is good to keep the Dockerfile that uses Arch as base too, good code.

Let us know when is ready for Review / Merge :grey_exclamation: :smiley_cat: :+1:

MnlPhlp commented 5 years ago