Merge pull request #2 from sparklyballs/fix-lines
fix line endings, add /config VOLUME
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user