Mise à jour de 'api-rest/Dockerfile'
continuous-integration/drone/push Build is passing Details

testDockerToto
Thomas CHAZOT 2 years ago
parent af0962dab4
commit 75bb430235

@ -1,8 +1,8 @@
FROM php:8.0-apache
CMD [ "chmod", "755", "start-apache"]
CMD [ "ls"]
COPY api-rest/start-apache /usr/local/bin
CMD [ "ls", "/usr/local/bin"]
# Copy application source
COPY api-rest/* /var/www/html/

Loading…
Cancel
Save