1
0

Merge pull request #2 from sparklyballs/fix-lines

fix line endings, add /config VOLUME
This commit is contained in:
sparklyballs
2016-08-21 14:32:46 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@ -69,7 +69,6 @@ RUN \
# cleanup # cleanup
apk del --purge \ apk del --purge \
build-dependencies && \ build-dependencies && \
rm -rf \ rm -rf \
/tmp/* /tmp/*
@ -78,3 +77,4 @@ COPY root/ /
# Ports and volumes # Ports and volumes
EXPOSE 8888 EXPOSE 8888
VOLUME /config