From 1f522dd30c2c69d4870109951416ca4346451e8a Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Sat, 31 Dec 2022 13:20:49 +0100 Subject: [PATCH] Ajouter 'api-rest/Dockerfile' --- api-rest/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api-rest/Dockerfile diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile new file mode 100644 index 0000000..cf0d8fc --- /dev/null +++ b/api-rest/Dockerfile @@ -0,0 +1,3 @@ +From php +COPY ./index.php ./ +CMD ["php", "-S", ] \ No newline at end of file