readd volume

pull/617/head
hunterlong 2020-06-01 19:02:25 -07:00
parent be710ff838
commit 8a3a1888cf
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ COPY --from=base /usr/local/bin/sass /usr/local/bin/
COPY --from=base /usr/local/share/ca-certificates /usr/local/share/
WORKDIR /app
VOLUME /app
ENV IS_DOCKER=true
ENV SASS=/usr/local/bin/sass