We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b984703 commit f1bce1bCopy full SHA for f1bce1b
utils/Dockerfile.blueprint
@@ -166,6 +166,8 @@ COPY utils/apache-expose-envvars.sh /usr/local/bin/apache-expose-envvars.sh
166
RUN echo "ServerName localhost" > /etc/apache2/conf-available/servername.conf
167
RUN a2enconf servername
168
169
+EXPOSE 80
170
+
171
# |--------------------------------------------------------------------------
172
# | Apache user
173
0 commit comments