aled je comprend pas
continuous-integration/drone/push Build is passing Details

testDockerToto
Thomas Chazot 2 years ago
parent 1f522dd30c
commit 52618b8067

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