Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ EXPOSE 8000 ONBUILD COPY Pipfile Pipfile ONBUILD COPY Pipfile.lock Pipfile.lock RUN apk add --update --no-cache g++ gcc libxslt-dev RUN apk add --update --no-cache g++ gcc libxslt-dev postgresql-dev postgresql-libs RUN pipenv install --system ENTRYPOINT ["sh", "run.sh"] Loading Pipfile +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ flask-emails = "*" pytz = "*" flask-migrate = "*" python-gitlab = "*" "psycopg2" = "*" psycopg2-binary = "*" [dev-packages] pytest-cov = "*" Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ EXPOSE 8000 ONBUILD COPY Pipfile Pipfile ONBUILD COPY Pipfile.lock Pipfile.lock RUN apk add --update --no-cache g++ gcc libxslt-dev RUN apk add --update --no-cache g++ gcc libxslt-dev postgresql-dev postgresql-libs RUN pipenv install --system ENTRYPOINT ["sh", "run.sh"] Loading
Pipfile +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ flask-emails = "*" pytz = "*" flask-migrate = "*" python-gitlab = "*" "psycopg2" = "*" psycopg2-binary = "*" [dev-packages] pytest-cov = "*" Loading