Mise à jour de 'api-rest/Dockerfile'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
8918a7743c
commit
dce8736b37
@ -1,12 +1,10 @@
|
||||
FROM php:8.0-apache
|
||||
|
||||
COPY 000-default.conf api-rest/000-default.conf
|
||||
COPY start-apache /usr/local/bin
|
||||
RUN chmod 755 start-apache
|
||||
RUN a2enmod rewrite
|
||||
|
||||
# Copy application source
|
||||
COPY api-rest /var/www/
|
||||
RUN chown -R www-data:www-data /var/www
|
||||
COPY api-rest/* /var/www/html
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
|
||||
CMD ["start-apache"]
|
Loading…
Reference in new issue