Skip to content

SteveT3ch/dockerapp2

Repository files navigation

Demo Project

Build Status

![Docker Compose](docker_logo.png?raw=true"Docker Compose Logo demo")

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.

DockerFile
  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"

Installation and docs

  • Full doc available in demo repo
  • Contact developer for issues
  • Code is maintain by Steve Peters

Contributing

Help is alway welcome - contact developer

Releasing

Releases are built by maintainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published