all dockerfiles

This commit is contained in:
Oliver Gorwits
2018-01-12 19:59:00 +00:00
parent 7161ec41ee
commit 6f373888b3
5 changed files with 27 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
# vim: ft=Dockerfile
FROM netdisco-base:latest
USER netdisco:netdisco
WORKDIR $NETDISCO_HOME
VOLUME ["/home/netdisco/environments", "/home/netdisco/nd-site-local"]
ENTRYPOINT ["/home/netdisco/bin/netdisco-web"]
CMD ["foreground"]