Update 'Sources/api_redirect/Dockerfile'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
4e78d635b2
commit
a6864ea9bc
@ -1,2 +1,10 @@
|
|||||||
|
#FROM httpd:2.4
|
||||||
|
#COPY ./public-html/ /usr/local/apache2/htdocs/
|
||||||
|
|
||||||
FROM httpd:2.4
|
FROM httpd:2.4
|
||||||
COPY ./public-html/ /usr/local/apache2/htdocs/
|
COPY ./public-html/ /usr/local/apache2/htdocs/
|
||||||
|
RUN mkdir -p /run/apache2/ && \
|
||||||
|
chown www-data:www-data /run/apache2/ && \
|
||||||
|
chmod 777 /run/apache2/
|
||||||
|
|
||||||
|
EXPOSE 80 443
|
Loading…
Reference in new issue