Skip to content

Commit

Permalink
add default.json to Dockerfile on image push
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 11, 2024
1 parent 17a9632 commit 6cd141c
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 6cd141c

Please sign in to comment.