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

testDockerToto
Thomas CHAZOT 2 years ago
parent 9594d01a2b
commit 3951e8d696

@ -1,4 +1,5 @@
FROM php:7.4-cli
COPY . /api-rest
WORKDIR api-rest
CMD [ "php", "/index.php" ]
CMD [ "php", "./index.php" ]
CMD [ "ls" ]
Loading…
Cancel
Save