mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-09 08:25:45 +00:00
Added new line between RUN and VOLUME
This commit is contained in:
@@ -29,6 +29,7 @@ RUN apt-get -qq update -q && \
|
|||||||
apt-get -qq autoremove --purge -y && \
|
apt-get -qq autoremove --purge -y && \
|
||||||
apt-get -qq clean && \
|
apt-get -qq clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
VOLUME ["$DATA_DIR"]
|
VOLUME ["$DATA_DIR"]
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user