Skip to content

geniusdynamics/erp-next-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERP NEXT DOCKER IMAGE

Custom erpnext image

Encoding apps.json

export APPS_JSON_BASE64=$(base64 -w 0 apps.json)

Building Docker Image

docker build \
  --build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
  --tag=custom-erpnext:v1.0.0 .

Changing Docker Image Tag

docker tag custom-erpnext:v1.0.0 geniusdynamics/erpnext:v1.0.0

pushing Docker Image

docker login 
docker push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published