Skip to content

Commit

Permalink
bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
data-henrik authored Feb 23, 2022
1 parent 9700540 commit be55089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.8

WORKDIR /app
COPY /requirements.txt requirements.txt
Expand All @@ -10,4 +10,4 @@ COPY . /app

EXPOSE 8080
# start the webserver
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8080","ghstats:app"]
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8080","ghstats:app"]

0 comments on commit be55089

Please sign in to comment.