mirror of
https://github.com/filegator/filegator.git
synced 2025-08-03 15:47:26 +02:00
removed unnecessary restart
This commit is contained in:
@@ -24,8 +24,7 @@ RUN apt-get update > /dev/null && \
|
|||||||
# cleanup apt
|
# cleanup apt
|
||||||
apt-get purge -y wget unzip && \
|
apt-get purge -y wget unzip && \
|
||||||
apt-get autoclean -y && \
|
apt-get autoclean -y && \
|
||||||
rm -Rf /var/lib/apt/lists/* && \
|
rm -Rf /var/lib/apt/lists/*
|
||||||
service apache2 restart
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user