Fixed symbol ** to &&

pull/4/head
Quentin McGaw 6 years ago
parent 1ea3cf5664
commit 98761959f6

@ -13,7 +13,7 @@ RUN apk add -q --progress --update --no-cache git nodejs && \
Dockerfile LICENSE README.md && \
npm --silent install && \
npm --silent run build && \
apk del -q --progress --purge git ** \
apk del -q --progress --purge git && \
rm -rf /var/cache/apk/*
EXPOSE 8080
WORKDIR /stackedit

Loading…
Cancel
Save