summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index cb6adf49..4497c1d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,8 @@ FROM alpine:3.7
VOLUME /var/www/app/data
VOLUME /var/www/app/plugins
VOLUME /etc/nginx/ssl
-EXPOSE 80 443
+EXPOSE 80 443
ARG VERSION
@@ -27,8 +27,5 @@ RUN cd /tmp \
ADD docker/ /
-
-
-
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD []