mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 09:19:37 +02:00
Remove unused command from Dockerfile
This commit is contained in:
parent
2c3fb41e5c
commit
bcba4f4425
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN pip install --upgrade pip \
|
||||||
|
|
||||||
# Create necessary directories
|
# Create necessary directories
|
||||||
RUN mkdir -p /code/static /code/media
|
RUN mkdir -p /code/static /code/media
|
||||||
RUN mkdir -p /code/staticfiles /code/media
|
# RUN mkdir -p /code/staticfiles /code/media
|
||||||
|
|
||||||
# Copy the Django project code into the Docker image
|
# Copy the Django project code into the Docker image
|
||||||
COPY ./server /code/
|
COPY ./server /code/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue