Expose 80
This commit is contained in:
parent
1e22db4245
commit
87c51f4d43
|
@ -8,3 +8,5 @@ COPY httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
|
Reference in a new issue