diff --git a/captain-definition b/captain-definition index 6686d46..9f3d900 100644 --- a/captain-definition +++ b/captain-definition @@ -2,6 +2,8 @@ "schemaVersion": 2, "dockerfileLines": [ "FROM monolidth/receipt-parser:latest", - "EXPOSE 8721" + "EXPOSE 8721", + "WORKDIR /app/src", + "CMD [ \"python\", \"-u\", \"./__init__.py\" ]" ] } \ No newline at end of file