Skip to content

Commit

Permalink
🐛 調整順序解決淺在快取問題
Browse files Browse the repository at this point in the history
  • Loading branch information
tasi788 authored Oct 25, 2021
1 parent 06e80bb commit c4559cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4559cd

Please sign in to comment.