mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
0bb339bf51
* run npm audit fix * fix docker set up not running due to invalid volume spec in base image
7 lines
141 B
Docker
7 lines
141 B
Docker
FROM starefossen/github-pages
|
|
LABEL maintainer "bux"
|
|
|
|
COPY entrypoint.sh /usr/local/bin/entrypoint
|
|
|
|
ENTRYPOINT ["/usr/local/bin/entrypoint"]
|