Skip to content

Commit 176da69

Browse files
committed
change entrypoint
1 parent 35a0cdf commit 176da69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ HEALTHCHECK --interval=10s --timeout=3s \
4747

4848
WORKDIR /app/
4949

50-
ENTRYPOINT ["python3/src/main.py"]
50+
ENTRYPOINT ["python3"]
51+
52+
#ENTRYPOINT ["python3"]
53+
#CMD ["src/depositor.py"]

0 commit comments

Comments
 (0)