Skip to content

Commit

Permalink
- Changed dockerfile expose port from 82 to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Nov 2, 2017
1 parent 783b966 commit 5b0f025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN apt-get install -y apt-transport-https lsb-release ca-certificates wget \

RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

CMD [ "php", "-S", "[::]:82", "-t", "/var/www/html" ]
CMD [ "php", "-S", "[::]:80", "-t", "/var/www/html" ]

EXPOSE 82
EXPOSE 80

0 comments on commit 5b0f025

Please sign in to comment.