mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Create Dockerfile
This commit is contained in:
parent
f4c3b8024b
commit
afde47cf57
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM frappe/erpnext:version-14
|
||||
EXPOSE 8000
|
||||
CMD ["bench", "start"]
|
||||
Loading…
Reference in a new issue