ACE3/docs/Dockerfile

7 lines
141 B
Docker
Raw Normal View History

FROM starefossen/github-pages
LABEL maintainer "bux"
COPY entrypoint.sh /usr/local/bin/entrypoint
ENTRYPOINT ["/usr/local/bin/entrypoint"]