updating captain def

main
Thomas Hintz 10 months ago
parent edfb034aae
commit 40b1b4cd9f

@ -2,6 +2,8 @@
"schemaVersion": 2,
"dockerfileLines": [
"FROM monolidth/receipt-parser:latest",
"EXPOSE 8721"
"EXPOSE 8721",
"WORKDIR /app/src",
"CMD [ \"python\", \"-u\", \"./__init__.py\" ]"
]
}
Loading…
Cancel
Save