mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
change to docker setup
This commit is contained in:
13
.docker/files/base/Dockerfile
Normal file
13
.docker/files/base/Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM nurdism/neko:deps
|
||||
|
||||
#
|
||||
# neko files
|
||||
COPY .docker/files/neko/supervisord.conf /etc/neko/supervisord/neko.conf
|
||||
COPY client/dist/ /var/www
|
||||
COPY server/bin/neko /usr/bin/neko
|
||||
|
||||
#
|
||||
# neko env
|
||||
ENV NEKO_PASSWORD=neko
|
||||
ENV NEKO_PASSWORD_ADMIN=admin
|
||||
ENV NEKO_BIND=:8080
|
Reference in New Issue
Block a user