Spaces:
Sleeping
Sleeping
LeafLeafLeaf
commited on
Commit
•
b892b08
1
Parent(s):
c86227e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ RUN mkdir -p /logs/prod && \
|
|
25 |
|
26 |
EXPOSE 7860
|
27 |
|
28 |
-
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-Dspring.profiles.active=prod","-Dfile.encoding=UTF-8","-jar","/app.jar"]
|
|
|
25 |
|
26 |
EXPOSE 7860
|
27 |
|
28 |
+
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-Dspring.profiles.active=prod","-Dfile.encoding=UTF-8","-Dserver.port=7860","-jar","/app.jar"]
|