mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 15:42:51 +11:00
Dont copy all stuff into docker image
This commit is contained in:
parent
a6559569a3
commit
c8c769c89d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
.venv
|
||||
.pytest-cache
|
||||
.vscode
|
||||
.coverage
|
||||
dpaste.db
|
||||
build
|
||||
dist
|
||||
dpaste.egg-info
|
||||
node_modules
|
||||
|
|
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ release-docker:
|
|||
rm -f .coverage
|
||||
pip-compile --dry-run setup.py
|
||||
docker build --build-arg BUILD_EXTRAS=production -t barttc/dpaste:latest .
|
||||
docker run --rm dpaste:latest pytest dpaste/
|
||||
docker run --rm barttc/dpaste:latest pytest dpaste/
|
||||
@echo -e "\n\n💫 All fine. Now do: docker push barttc/dpaste:latest"
|
||||
|
||||
.PHONY: release-pypi
|
||||
|
|
Loading…
Reference in a new issue