Skip to content

Commit

Permalink
Merge branch 'main' into migrateToBlockV3
Browse files Browse the repository at this point in the history
* main:
  add default.json to Dockerfile on image push
  • Loading branch information
sneridagh committed Mar 11, 2024
2 parents 94676c6 + 6cd141c commit 86115b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN <<EOT
set -e
mv src/kitconcept.voltolighttheme/requirements-docker.txt ./requirements.txt
mv src/kitconcept.voltolighttheme/scripts/create_site.py ./scripts/create_site.py
mv src/kitconcept.voltolighttheme/scripts/default.json ./scripts/default.json
bin/pip install -r requirements.txt
bin/python /compile_mo.py
rm -Rf src/ /compile_mo.py compile_mo.log
Expand Down

0 comments on commit 86115b2

Please sign in to comment.