Add dockerignore

This commit is contained in:
Dan Sosedoff 2019-12-16 17:26:23 -06:00
parent c9a6065867
commit cc35a754e0
2 changed files with 2 additions and 1 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
*

View File

@ -77,7 +77,7 @@ clean:
@rm -f bindata.go
docker:
docker build -t pgweb .
docker build --no-cache -t pgweb .
docker-release:
docker build --no-cache -t $(DOCKER_RELEASE_TAG) .