From cd3f6d66211539d95cb3998be519bb2a727809b2 Mon Sep 17 00:00:00 2001 From: Yu Sun Date: Fri, 1 Jul 2022 22:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E5=9C=A8docker=E5=86=85?= =?UTF-8?q?=E7=94=A8root=20build=20composer=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ---- composer.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7736b15..47ab731 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,4 @@ RUN printf "\n\n\n\n\nno\nyes\n\n" | pecl install event \ && chmod +x /usr/local/bin/composer \ && composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ -COPY . /SCADA - WORKDIR /SCADA - -RUN composer install diff --git a/composer.json b/composer.json index 35e8279..642aa27 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "workerman/workerman": "^4.0", + "workerman/workerman": "^4.0" }, "require-dev": { "codeception/codeception": "^4.1",