WEEE-Open / WEEEhire-ng

Apply to the team, manage candidates and interviews
https://join.weeeopen.it
MIT License
4 stars 4 forks source link

Add Dockerfile #32

Closed e-caste closed 4 years ago

e-caste commented 4 years ago

The deployment of this website is a long process, between package installations and configs. A Dockerfile would allow for a very quick deployment.

The nginx Docker image may be a nice place to start.

lvps commented 4 years ago

@e-caste Also remember to leave the sqlite file outside of the container, or make it permanent. Somehow. asd

e-caste commented 4 years ago

@lvps Good idea, the ADD command does exactly that.

e-caste commented 4 years ago

Closed with PR #51