We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3057b3 commit 1bdcef1Copy full SHA for 1bdcef1
moneyTrackerBot
@@ -0,0 +1,10 @@
1
+FROM python:3.7
2
+
3
+WORKDIR "/home/davide/.shared/moneytrakerBot"
4
5
6
+COPY requirements.txt ./
7
+RUN pip install -r requirements.txt
8
9
+COPY . .
10
+CMD ["python", "./bot.py"]
0 commit comments