Skip to content

Commit

Permalink
ignore log files for docker, use mkdir to create data folder in docke…
Browse files Browse the repository at this point in the history
…rfile
  • Loading branch information
ihaveamac committed Sep 7, 2021
1 parent 261526b commit e7aabca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ token.txt
config.ini
config.ini.example
dockerbuild.sh
*.log*
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7aabca

Please sign in to comment.