You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: loglist.dockerfile
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ RUN rm -rf scalajvm-*
14
14
# Steps below mirror our docs/loglist.service
15
15
# We don't set `-Dhttp.address=127.0.0.1` because we want the service to be
16
16
# accessible from outside.
17
-
# We pass an additional option to set a secret because Play! won't start
18
-
# without it.
19
-
ENTRYPOINT /opt/loglist/bin/scalajvm -Dhttp.port=9000 -Dpidfile.path=/dev/null -Dplay.http.secret.key="this key is long and secure to make Play! happy"
0 commit comments