docker: move the docker image creation inside the main repository

This is a super simple start.
At minimum, configuration via environment variables (see #3543) needs to be
integrated in Etherpad to make this user-friendly.

Resolves #3524.
This commit is contained in:
muxator 2019-03-08 01:38:36 +01:00
parent e9be94e3cf
commit bf68666ae1
4 changed files with 125 additions and 0 deletions

4
docker/nop Normal file
View file

@ -0,0 +1,4 @@
THIS IS A DUMMY FILE
It is used to trick Docker in doing a conditional COPY
see: https://stackoverflow.com/questions/31528384/conditional-copy-add-in-dockerfile#46801962