mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
Add staticfiles directory to Dockerfile
This commit is contained in:
parent
04b332e031
commit
2c3fb41e5c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ RUN pip install --upgrade pip \
|
|||
|
||||
# Create necessary directories
|
||||
RUN mkdir -p /code/static /code/media
|
||||
RUN mkdir -p /code/staticfiles /code/media
|
||||
|
||||
# Copy the Django project code into the Docker image
|
||||
COPY ./server /code/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue