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

testDockerToto
Thomas CHAZOT 2 years ago
parent 75bb430235
commit 2aa3ad7d65

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

Loading…
Cancel
Save