ACE3/docs/Dockerfile
Thomas Kooi 0bb339bf51
run npm audit fix for docs (#6755)
* run npm audit fix

* fix docker set up not running due to invalid volume spec in base image
2019-01-02 00:05:28 +01:00

7 lines
141 B
Docker

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