경로 이동
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user