mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-08 17:44:01 +00:00
Fixed python version in Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.5.0
|
||||
FROM python:latest
|
||||
ENV PYTHONBUFFERED 1
|
||||
|
||||
RUN mkdir /code
|
||||
|
||||
Reference in New Issue
Block a user