vbv/azure_deploy.sh

9 lines
246 B
Bash
Executable File

#!/bin/bash
npm install
npm run build
python server/manage.py collectstatic --noinput
docker build --platform linux/amd64 -f compose/django/Dockerfile -t iterativ/vbv-lernwelt-django:azure .
docker image push iterativ/vbv-lernwelt-django:azure