Files
caprover-receipt-manager-se…/captain-definition

9 lines
291 B
Plaintext
Raw Normal View History

2023-12-03 09:10:37 -08:00
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM monolidth/receipt-parser:latest",
2023-12-03 10:07:26 -08:00
"EXPOSE 8721",
"WORKDIR /app/src",
"CMD [ \"python\", \"-u\", \"./__init__.py\" ]"
2023-12-03 09:10:37 -08:00
]
}