haha funny bug. Copied wrong line. Don't remember doing that.

This commit is contained in:
PAlexanderFranklin 2024-04-03 15:31:13 -07:00
parent 8b49942e84
commit 5e684cdcd1

View File

@ -83,7 +83,7 @@ from inside the frappe-docker repo:
<!-- Setup reference to our own repo -->
`APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0)`
`APPS_JSON_BASE64=$(base64 -w 0 ./apps.json)`
<!-- build the docker image -->