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

testDockerToto
Thomas CHAZOT 2 years ago
parent f9da019f34
commit 6c1f6da67d

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