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

testDockerToto
Thomas CHAZOT 2 years ago
parent 6c1f6da67d
commit 9b2edf7efe

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