KazukiIz commited on
Commit
623ead1
·
verified ·
1 Parent(s): cb0b246

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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 7860
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"]