Update 'Sources/api_redirect/Dockerfile'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
30d449e21d
commit
8bbe868499
@ -1,8 +1,2 @@
|
|||||||
#FROM httpd:2.4
|
FROM httpd:2.4-alpine
|
||||||
#COPY ./public-html/ /usr/local/apache2/htdocs/
|
COPY ./public-html/ /usr/local/apache2/htdocs/
|
||||||
|
|
||||||
FROM httpd:2.4
|
|
||||||
WORKDIR /usr/local/apache2/htdocs/
|
|
||||||
RUN chmod -R 755 /usr/local/apache2/htdocs/
|
|
||||||
COPY ./public-html/index.html /usr/local/apache2/htdocs/
|
|
||||||
RUN chown www-data:www-data /usr/local/apache2/htdocs/ -R
|
|
Loading…
Reference in new issue