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

testDockerToto
Thomas CHAZOT 2 years ago
parent b0c4be5012
commit 4c2a74576d

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