Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ COPY . /var/www/html
|
|
| 17 |
|
| 18 |
# Apacheの設定を変更してポート7860をリッスン
|
| 19 |
# RUN echo "Listen 7860" >> /etc/apache2/ports.conf
|
| 20 |
-
RUN sed -i 's/80/7860/g' /etc/apache2/sites-available/000-default.conf
|
| 21 |
|
| 22 |
# サーバー名の設定
|
| 23 |
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
|
|
|
| 17 |
|
| 18 |
# Apacheの設定を変更してポート7860をリッスン
|
| 19 |
# RUN echo "Listen 7860" >> /etc/apache2/ports.conf
|
| 20 |
+
# ?RUN sed -i 's/80/7860/g' /etc/apache2/sites-available/000-default.conf
|
| 21 |
|
| 22 |
# サーバー名の設定
|
| 23 |
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|