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