Added ignore for Docker and copy config dir (aka defaults) to the volume on build

This commit is contained in:
Brandon 2018-11-03 12:17:27 -07:00
parent 7a87ad648a
commit 2ff2fe6fb0
No known key found for this signature in database
GPG Key ID: F7B1F4C1945CAF03
2 changed files with 2 additions and 0 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
config/config.ini

View File

@ -17,6 +17,7 @@ VOLUME /usr/src/ytsm/data
COPY ./app/ ./
COPY ./docker/init.sh ./
COPY ./config/ /usr/src/ytsm/config/
EXPOSE 8000