mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-06 12:37:49 +00:00
Add EXPOSE to Dockerfile (#107)
This commit is contained in:
@@ -10,4 +10,5 @@ RUN make build
|
||||
|
||||
FROM debian:$DEBIAN_VERSION
|
||||
COPY --from=builder /build/local-ai /usr/bin/local-ai
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT [ "/usr/bin/local-ai" ]
|
||||
|
||||
Reference in New Issue
Block a user