mirror of
https://github.com/nh-server/Kurisu.git
synced 2026-08-15 20:19:22 -07:00
ignore log files for docker, use mkdir to create data folder in dockerfile
This commit is contained in:
@@ -9,3 +9,4 @@ token.txt
|
||||
config.ini
|
||||
config.ini.example
|
||||
dockerbuild.sh
|
||||
*.log*
|
||||
|
||||
+2
-1
@@ -15,7 +15,8 @@ RUN set -eux \
|
||||
&& apk del --no-network .build-deps
|
||||
USER kurisu
|
||||
|
||||
COPY data data
|
||||
#COPY data data
|
||||
RUN mkdir data
|
||||
COPY alembic.ini alembic.ini
|
||||
COPY migrations migrations
|
||||
COPY kurisu.py kurisu.py
|
||||
|
||||
Reference in New Issue
Block a user