mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-03 15:13:57 +00:00
Bumped python version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.4.3
|
||||
FROM python:3.5.0
|
||||
ENV PYTHONBUFFERED 1
|
||||
|
||||
RUN mkdir /code
|
||||
@@ -23,4 +23,4 @@ RUN npm install -g yuglify
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN adduser --disabled-password --gecos '' djworker
|
||||
RUN chown djworker /files -R
|
||||
RUN chown djworker /files -R
|
||||
|
||||
Reference in New Issue
Block a user