Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
4c1a9380
Unverified
Commit
4c1a9380
authored
Aug 02, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Aug 02, 2024
Browse files
Merge pull request #3998 from ScribblerCoder/patch-1
fix: Dockerfile Healthcheck unexpected exit code
parents
95c742ba
175d1cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
4c1a9380
...
@@ -151,7 +151,7 @@ COPY --chown=$UID:$GID ./backend .
...
@@ -151,7 +151,7 @@ COPY --chown=$UID:$GID ./backend .
EXPOSE
8080
EXPOSE
8080
HEALTHCHECK
CMD curl --silent --fail http://localhost:8080/health | jq -e '.status == true' || exit 1
HEALTHCHECK
CMD curl --silent --fail http://localhost:
${PORT:-
8080
}
/health | jq -
n
e '
input
.status == true' || exit 1
USER
$UID:$GID
USER
$UID:$GID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment