mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9e14a73b3c
* update docker stuff * finalize docker fix
7 lines
121 B
Docker
7 lines
121 B
Docker
FROM phpcommunity/github-pages
|
|
LABEL maintainer "bux"
|
|
|
|
COPY ./entrypoint.sh /usr/src/app
|
|
|
|
ENTRYPOINT ["./entrypoint.sh"]
|