Skip to content

Commit 6520625

Browse files
authored
Merge pull request #110 from cmu-delphi/ubuntu_downgrade
Downgraded ubuntu to fix python issue
2 parents 90c3c6d + 1e87594 commit 6520625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:22.04
22

33
ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
@@ -21,4 +21,4 @@ COPY /src .
2121
COPY /gunicorn/gunicorn.py .
2222
ENV PATH="/home/python/.local/bin:${PATH}"
2323
EXPOSE 8000
24-
CMD ["gunicorn", "signal_documentation.wsgi:application", "-c", "gunicorn.py"]
24+
CMD ["gunicorn", "signal_documentation.wsgi:application", "-c", "gunicorn.py"]

0 commit comments

Comments
 (0)