mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
Add EXPOSE to Dockerfile (#107)
This commit is contained in:
parent
d0330bb64b
commit
062f832510
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user