added missing continuation slash

This commit is contained in:
Daniel Wolf 2018-05-14 18:18:31 -04:00
parent 34f3c7e66f
commit f64d3272d7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN echo "====== NOT MUCH TO DO ======" \
&& cd /usr/src \
&& git clone https://github.com/lrsjng/h5ai.git && cd h5ai \
&& npm install && npm run build \
&& unzip build/*.zip -d /var/www/html/
&& unzip build/*.zip -d /var/www/html/ \
\
&& echo "====== CLEANUP ======" \
&& cd /usr/src \