This commit is contained in:
parent
0dbe372777
commit
cef93181fd
@ -6,4 +6,4 @@ COPY . ./
|
|||||||
|
|
||||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
CMD ["python3" "app.py"]
|
CMD ["python3", "app.py"]
|
||||||
|
2
app.py
2
app.py
@ -13,4 +13,4 @@ __version__text__ = "1"
|
|||||||
sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10")
|
sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print("Producer")
|
print("Producer")
|
||||||
|
Reference in New Issue
Block a user