• Sign in

web / steffers.org · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • steffers.org
  • docker
  • Dockerfile
  • first go version
      c796f10f
    Georg Hopp authored
    2017-11-10 18:40:43 +0100  
    Browse Files »
Dockerfile 293 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
FROM scratch

USER 65534:65534

ADD data/ /

VOLUME /document-root
ENV DOCUMENT_ROOT /document-root

LABEL version="0.0.1"
LABEL maintainer="Georg Hopp <georg@steffers.org>"
LABEL description="The whole steffers.org homepage as docker container"

EXPOSE 8080

ENTRYPOINT ["/bin/steffers.org"]