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

testDockerToto
Thomas CHAZOT 2 years ago
parent 6737ca19df
commit 6c48c61baa

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