Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ COPY . /var/www/html
|
|
24 |
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
25 |
|
26 |
# EXPOSE 80
|
27 |
-
EXPOSE
|
28 |
|
29 |
# Apacheを起動
|
30 |
# CMD ["apache2-foreground"]
|
|
|
24 |
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
25 |
|
26 |
# EXPOSE 80
|
27 |
+
EXPOSE 8080
|
28 |
|
29 |
# Apacheを起動
|
30 |
# CMD ["apache2-foreground"]
|