From a42096ab235814ddc9b7787eb96124c688a70df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=AC=94?= <305479556@qq.com> Date: Thu, 25 Aug 2022 06:29:09 +0000 Subject: [PATCH] =?UTF-8?q?dockerfile=E6=96=87=E4=BB=B6=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..c3b771993 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM php:7.4-cli +COPY . /usr/src/myapp +WORKDIR /usr/src/myapp \ No newline at end of file -- Gitee