Commit 235cf132 authored by Seblu's avatar Seblu
Browse files

Fix Dockerfile expose syntax

parent 371b7b9f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,4 +21,4 @@ RUN apt-get update \
 && chown -R www-data:www-data /var/www/html

VOLUME ["/var/www/html/data/","/var/www/html/lib/plugins/","/var/www/html/conf/","/var/www/html/lib/tpl/"]
EXPOSE [80]
EXPOSE 80/tcp