From c4559cdc96a40223a1f9edf530ebe5a0333e8c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Mon, 25 Oct 2021 12:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=AA=BF=E6=95=B4=E9=A0=86?= =?UTF-8?q?=E5=BA=8F=E8=A7=A3=E6=B1=BA=E6=B7=BA=E5=9C=A8=E5=BF=AB=E5=8F=96?= =?UTF-8?q?=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layerfile b/Layerfile index 4656569..b9c5fd5 100644 --- a/Layerfile +++ b/Layerfile @@ -4,11 +4,11 @@ RUN apt-get update && apt-get install python3.8 python3-pip COPY . . RUN pip3 install poetry==1.1.4 && poetry install +CHECKPOINT disabled SECRET ENV ptt_id_1 SECRET ENV ptt_id_2 SECRET ENV bot_token SECRET ENV chat_id -CHECKPOINT disabled RUN poetry run python main.py