diff options
| author | 2018-05-05 17:37:58 +0100 | |
|---|---|---|
| committer | 2018-05-05 17:37:58 +0100 | |
| commit | 7fda7be72d9b9abaec92b799760b1acfaeffa232 (patch) | |
| tree | 4b46afc189587a403396b5d71b8726da00a2702c /Pipfile | |
| parent | Use Discord embed image for index page button (diff) | |
| parent | Update README.md (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,3 +41,7 @@ start = "gunicorn -w 12 -b 0.0.0.0:10012 -c gunicorn_config.py --log-level info lint = "python -m flake8" test = "py.test app_test.py --cov pysite --cov-report term-missing -v" clean = "rm -rf __pycache__ htmlcov .coverage .pytest_cache" +build = "docker build -t pythondiscord/site:latest -f docker/Dockerfile ." +push = "docker push pythondiscord/site:latest" +buildbase = "docker build -t pythondiscord/site-base:latest -f docker/Dockerfile.base ." +pushbase = "docker push pythondiscord/site-base:latest" |