Skip to content

Commit

Permalink
added line to update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
OdysseyScorpio committed Jan 25, 2021
1 parent 0d104e3 commit f224654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.7

LABEL maintainer="Martyn Green <[email protected]>"

RUN git submodule init && git submodule update

RUN pip install meinheld gunicorn pipenv

COPY ./docker/entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit f224654

Please sign in to comment.