File: run-demo-app.sh

package info (click to toggle)
django-qr-code 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,108 kB
  • sloc: python: 3,914; sh: 107; makefile: 20
file content (14 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -e

cd ..

echo --- Build stage test container
docker-compose down || true
docker-compose build --build-arg PYTHON_VERSION=3.11

echo --- Fire up staging site
docker-compose up -d --remove-orphans

echo --- Listing containers
docker-compose ps