
Demo project to learn the fundamental of using git and docker in a real project create a link to google
Showing code circleci.yml with backticks.
FROM python:3.5
RUN apt-get update && apt-get install -qq -y build-essential libpq-dev --fix-missing --no-install-recommends
RUN useradd -ms /bin/bash admin
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
USER admin
CMD gunicorn -b 0.0.0.0:8000 "app:app"
- Full doc available in demo repo
- Contact developer for issues
- Code is maintain by Steve Peters
Help is alway welcome - contact developer
Releases are built by maintainer