Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN cd /
RUN pip3 install -U pip && pip3 install -U -r requirements.txt
RUN mkdir /LazyPrincess
WORKDIR /LazyPrincess
COPY start.sh /start.sh
CMD ["/bin/bash", "/start.sh"]

COPY . .
CMD python3 bot.py
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: python3 bot.py
worker: python3 bot.py
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"formation": {
"worker": {
"quantity": 1,
"size": "free"
"size": "eco"
}
}
}