Last active
January 30, 2019 01:06
Revisions
-
outoftime revised this gist
Jan 30, 2019 . 2 changed files with 8 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ FROM python:2 RUN pip install -e git://github.com/MoveOnOrg/actionkit-templates#egg=actionkit-templates This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ 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: -
outoftime revised this gist
Jan 29, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ version: '3.7' services: app: image: python:2 volumes: - .:/app - pip:/usr/local/lib/python2.7/site-packages -
outoftime created this gist
Jan 29, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ version: '3.7' services: app: build: . volumes: - .:/app - pip:/usr/local/lib/python2.7/site-packages working_dir: '/app' volumes: pip: