This commit is contained in:
Vincent Fiduccia
2018-07-10 14:15:16 -07:00
parent e7f5f1a96b
commit ce9d855c51
2 changed files with 12 additions and 5 deletions
+3
View File
@@ -3,6 +3,9 @@ FROM rancher/docs:build
VOLUME /usr/share/nginx/html/docs
WORKDIR /run
ADD https://github.com/rancher/giddyup/releases/download/v0.19.0/giddyup /usr/bin/giddyup
RUN chmod +x /usr/bin/giddyup
COPY gulpfile.babel.js /run/
ENTRYPOINT ["gulp"]