Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #147 from praekelt/feature/issue-147-switch-to-pyt…
Browse files Browse the repository at this point in the history
…hon3

Switch NurseConnect to run on Python3
  • Loading branch information
nathanbegbie committed Feb 13, 2018
2 parents f821130 + 1467e48 commit 00ba22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MOLO_VERSION=5
FROM praekeltfoundation/molo-bootstrap:${MOLO_VERSION}-onbuild
ARG MOLO_VERSION=6
FROM praekeltfoundation/molo-bootstrap:${MOLO_VERSION}-py3.6-onbuild

ENV DJANGO_SETTINGS_MODULE=nurseconnect.settings.production \
CELERY_APP=nurseconnect
Expand Down

0 comments on commit 00ba22c

Please sign in to comment.