Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryansh5545 committed Aug 5, 2023
1 parent cf58c0e commit 9d06464
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/prod/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ ENV PYTHONUNBUFFERED 1
RUN apt-get update
RUN apt-get install -y wkhtmltopdf

# Set work directory
RUN mkdir /code
WORKDIR /code

# Install dependencies
ADD requirements/* /code/
RUN pip install -r dev.txt
RUN pip install -r prod.txt

ADD . /code

CMD ["sh", "/code/docker/dev/django/container-start.sh"]
CMD ["sh", "/code/docker/prod/django/container-start.sh"]

0 comments on commit 9d06464

Please sign in to comment.