Added Docker image config
This commit is contained in:
parent
8d07fe732c
commit
b1d1716fbd
3 changed files with 59 additions and 0 deletions
15
.dockerignore
Normal file
15
.dockerignore
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# By default, ignore everything
|
||||
*
|
||||
|
||||
# Blog source
|
||||
!archetypes/
|
||||
!content/
|
||||
!data/
|
||||
!layouts/
|
||||
!resources/
|
||||
!static/
|
||||
!themes/
|
||||
!config.yaml
|
||||
|
||||
# Nginx config file
|
||||
!nginx.conf
|
||||
Reference in a new issue