diff --git a/Dockerfile b/Dockerfile index 4b878d70..92ca43fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN pip install --upgrade pip COPY ./requirements.txt /usr/src/app RUN pip install -r requirements.txt COPY . /usr/src/app -EXPOSE 8000 -CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"] +EXPOSE 8080 +CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"] diff --git a/wg_api/.views.py.swo b/wg_api/.views.py.swo deleted file mode 100644 index 215bde65..00000000 Binary files a/wg_api/.views.py.swo and /dev/null differ