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

testDockerToto
Thomas CHAZOT 2 years ago
parent e32ade6180
commit d02b42766a

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