Skip to content

Commit

Permalink
remove chmod in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kharann committed Apr 2, 2022
1 parent 9bf96fe commit 5da0101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN poetry install --no-interaction --no-ansi --no-dev
COPY . $APP_DIR

WORKDIR $APP_DIR
RUN ["chmod", "+x", "entrypoint.sh"]
EXPOSE 8000

CMD ["poetry","run","python","manage.py","runserver","0.0.0.0:8000"]

0 comments on commit 5da0101

Please sign in to comment.