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
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
@ -78,3 +77,4 @@ COPY root/ /
|
||||
|
||||
# Ports and volumes
|
||||
EXPOSE 8888
|
||||
VOLUME /config
|
||||
|
Reference in New Issue
Block a user