Skip to content

Commit 99522a2

Browse files
authored
Merge pull request #26 from ComputerScienceHouse/cole-dev
fix: docker build
2 parents aef0f3b + a9b2b4b commit 99522a2

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN mkdir -p /usr/local/var
1414
RUN chown jumpstart:jumpstart /usr/local/var
1515
USER jumpstart
1616

17-
CMD ["gunicorn", "jumpstart:app"]
17+
CMD ["gunicorn", "jumpstart:app"]

dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Babel~=2.17.0
22
Flask~=3.1.2
33
flask_httpauth~=4.8.0
4-
Flask_limiter~=3.13
4+
Flask_limiter~=4.0.0
55
Flask-SQLAlchemy~=3.1.1
66
google-api-python-client>=2.181
77
google-auth-httplib2~=0.2.0
@@ -12,4 +12,4 @@ profanityfilter~=2.1.0
1212
python-dateutil~=2.9.0.post0
1313
sentry-sdk[flask]~=2.38.0
1414
SQLAlchemy~=2.0.43
15-
pytz~=2025.2
15+
pytz~=2025.2

0 commit comments

Comments
 (0)