경로 이동

This commit is contained in:
2019-09-15 14:32:31 +00:00
parent bfb489f007
commit 2b69312463
16 changed files with 4 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM httpd
#debian
COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf
RUN mkdir -p /var/www/html
VOLUME /var/www/html
EXPOSE 80