Spaces:
Running
Running
Commit
·
47f697b
1
Parent(s):
141259e
update: dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ ARG JWT_EXPIRES_IN
|
|
29 |
ARG DB_URI
|
30 |
|
31 |
# install python dependencies
|
32 |
-
RUN pip3 install -r requirements.txt
|
33 |
|
34 |
# Expose the port on which your application will run
|
35 |
EXPOSE $PORT
|
|
|
29 |
ARG DB_URI
|
30 |
|
31 |
# install python dependencies
|
32 |
+
RUN pip3 install -r requirements.txt --break-system-packages
|
33 |
|
34 |
# Expose the port on which your application will run
|
35 |
EXPOSE $PORT
|