1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/docs/Dockerfile
Jo David 9e14a73b3c
Fix docker ()
* update docker stuff

* finalize docker fix
2018-01-03 20:31:30 +01:00

7 lines
121 B
Docker

FROM phpcommunity/github-pages
LABEL maintainer "bux"
COPY ./entrypoint.sh /usr/src/app
ENTRYPOINT ["./entrypoint.sh"]