Adding volumes to dockerignore.

This commit is contained in:
Dessalines 2020-03-09 23:37:39 -04:00
parent 62679090a3
commit 87db5ab64d
2 changed files with 1 additions and 1 deletions

1
.dockerignore vendored
View file

@ -1,4 +1,5 @@
ui/node_modules
ui/dist
server/target
docker/dev/volumes
.git

View file

@ -1,3 +1,2 @@
#!/bin/sh
sudo chmod -R 777 volumes
docker-compose up -d --no-deps --build