summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-30 11:39:16 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-30 11:39:16 -0700
commitb9a457fc031bc048da74961d91999ac9bb2c6946 (patch)
tree6538a2a8f814dc92489c282c2fc896fa93962a27 /Dockerfile
parent93846ee99033084290e885b59b048635916955e5 (diff)
Update docker-compose.yml to reflect changes in PR #3830
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 []