mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
SEcond docker test
This commit is contained in:
parent
a1d120f700
commit
d9357a98ba
5 changed files with 308 additions and 1 deletions
|
|
@ -24,9 +24,12 @@ COPY code/ ./code/
|
|||
COPY csv_files/ ./csv_files/
|
||||
COPY mypy.ini .
|
||||
|
||||
# Create necessary directories
|
||||
# Create necessary directories as mount points
|
||||
RUN mkdir -p deck_files logs
|
||||
|
||||
# Create volumes for persistent data
|
||||
VOLUME ["/app/deck_files", "/app/logs", "/app/csv_files"]
|
||||
|
||||
# Set the working directory to code for proper imports
|
||||
WORKDIR /app/code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue