Merge pull request #43 from freskimo/patch2

removed unused exposed port
This commit is contained in:
Samuel Laulhau
2017-02-07 19:05:56 +01:00
committed by GitHub

View File

@@ -66,8 +66,6 @@ VOLUME /var/www/app/public
WORKDIR /var/www/app
EXPOSE 80
COPY app-entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh