From 6db51fb2c9b942e9b38d985eebf962b8b49de68d Mon Sep 17 00:00:00 2001 From: PandaGoAdmin <18610165312@163.com> Date: Thu, 4 Aug 2022 08:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed7859c..254c30d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ LABEL MAINTAINER="PandaX" WORKDIR /go/src/panda COPY ./pandax ./ COPY ./config.yml ./ -COPY ./static ./static COPY ./resource ./resource RUN chmod 755 ./pandax