Create Dockerfile

This commit is contained in:
KFTT 2025-03-04 15:54:02 -05:00 committed by GitHub
parent f4c3b8024b
commit afde47cf57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM frappe/erpnext:version-14
EXPOSE 8000
CMD ["bench", "start"]