new dockerfile things

This commit is contained in:
Pierre Dubouilh
2018-12-22 23:52:04 +01:00
parent 6beace6fba
commit 61673432c1
7 changed files with 65 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine
EXPOSE 8001
RUN wget https://github.com/pldubouilh/gossa/releases/download/v0.0.4/gossa-linux64 && mv gossa-linux64 /gossa && chmod +x /gossa
ENTRYPOINT [ "/gossa", "-h", "0.0.0.0", "/shared" ]