pythonph / python.ph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PythonPH

Prerequisites

  • Docker
  • Docker Compose
  • Git

Spinning a docker container

$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app
Notes:
  • Change name into what you want to call your container.
  • Update development.yml if there's conflicting with the ports.

About


Languages

Language:Python 83.8%Language:Shell 10.3%Language:Dockerfile 4.7%Language:Makefile 1.2%