1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
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"]