This commit is contained in:
Evan Walsh
2019-02-01 19:37:21 -05:00
commit 7c6f96d6ba
3 changed files with 92 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM writeas/writefreely
COPY config.ini .
EXPOSE 8080
CMD ["bin/writefreely"]