Skip to content

Instantly share code, notes, and snippets.

@outoftime
Last active January 30, 2019 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save outoftime/c0461944454fcaf77a74cbb029028bb8 to your computer and use it in GitHub Desktop.
Save outoftime/c0461944454fcaf77a74cbb029028bb8 to your computer and use it in GitHub Desktop.
version: '3.7'
services:
app:
build: .
command: aktemplates runserver 0.0.0.0:8000
ports:
- 8000:8000
volumes:
- .:/app
- pip:/usr/local/lib/python2.7/site-packages
working_dir: '/app'
volumes:
pip:
FROM python:2
RUN pip install -e git://github.com/MoveOnOrg/actionkit-templates#egg=actionkit-templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment