Skip to content

Commit

Permalink
copy manage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdev committed Mar 2, 2024
1 parent 0187083 commit 8ef6d7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ COPY ./backend/entrypoint.prod.sh .
RUN sed -i 's/\r$//g' $APP_HOME/entrypoint.prod.sh
RUN chmod +x $APP_HOME/entrypoint.prod.sh

# copy manage.py
COPY manage.py .

# copy project
COPY ./backend $APP_HOME

Expand Down

0 comments on commit 8ef6d7e

Please sign in to comment.