Mise à jour de 'api-rest/Dockerfile'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ab2113d2c4
commit
b0c4be5012
@ -1,4 +1,4 @@
|
||||
FROM php:7.4-cli
|
||||
COPY . api-rest
|
||||
WORKDIR api-rest/
|
||||
CMD [ "php", "index.php" ]
|
||||
COPY . /BOB_PARTY/api-rest
|
||||
WORKDIR /BOB_PARTY/api-rest
|
||||
CMD [ "php", "./index.php" ]
|
Loading…
Reference in new issue