Skip to content

Commit

Permalink
Testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JingQunCui committed Nov 11, 2023
1 parent 482a9c2 commit 32428a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ACMAS/app/ACMAS_Web/ocr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python


DEBUG = False

if DEBUG:
Expand Down
2 changes: 1 addition & 1 deletion ACMAS/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN pip wheel --no-cache-dir --no-deps --wheel-dir /usr/src/app/wheels -r requir
#########

# pull official base image
FROM python:3.11.5-alpine
FROM python:3.11.0
RUN apk update --no-cache

####################################
Expand Down
2 changes: 1 addition & 1 deletion ACMAS/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ django-dbbackup==4.0.2
django_components

psycopg2-binary==2.9.7
gunicorn==20.1.0
gunicorn==20.1.0

0 comments on commit 32428a8

Please sign in to comment.