:)
This commit is contained in:
commit
1c273e1fc0
46 changed files with 7589 additions and 0 deletions
5
client/Dockerfile
Normal file
5
client/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM szurubooru/client:2.5
|
||||
COPY nginx.conf.docker /etc/nginx/nginx.conf
|
||||
|
||||
CMD ["/docker-start.sh"]
|
||||
VOLUME ["/data"]
|
||||
Reference in a new issue