mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Added ignore for Docker and copy config dir (aka defaults) to the volume on build
This commit is contained in:
parent
7a87ad648a
commit
2ff2fe6fb0
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
config/config.ini
|
@ -17,6 +17,7 @@ VOLUME /usr/src/ytsm/data
|
|||||||
|
|
||||||
COPY ./app/ ./
|
COPY ./app/ ./
|
||||||
COPY ./docker/init.sh ./
|
COPY ./docker/init.sh ./
|
||||||
|
COPY ./config/ /usr/src/ytsm/config/
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user