Skip to content
Snippets Groups Projects
Commit cc1dba17 authored by Bartosz Walkowiak's avatar Bartosz Walkowiak
Browse files

Run with python3

parent 20477b44
No related merge requests found
......@@ -6,5 +6,5 @@ COPY requirements.txt /code/
RUN pip install -r requirements.txt
COPY . /code/
CMD ["python", "manage.py", "migrate", "&", "python" "manage.py" "runserver" "0.0.0.0:8000"]
CMD ["python3", "manage.py", "migrate", "&", "python3" "manage.py" "runserver" "0.0.0.0:8000"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment