Skip to content

Commit fa2baee

Browse files
committed
fix(Dockerfile): expose http ports. close #6
1 parent d5625ca commit fa2baee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ RUN echo "" > /usr/local/etc/php/conf.d/05-php.ini && \
232232
-e "s/^;clear_env = no$/clear_env = no/" \
233233
/usr/local/etc/php-fpm.d/www.conf
234234

235+
EXPOSE 80 443
236+
235237
COPY ./conf/supervisord.conf /etc/
236238

237239
# Copy nginx config and enable default vhost

0 commit comments

Comments
 (0)