1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/docs/Dockerfile
Thomas Kooi 0bb339bf51
run npm audit fix for docs ()
* 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"]