Add EXPOSE to Dockerfile (#107)

mudler-patch-1
Matthieu Talbot 1 year ago committed by GitHub
parent d0330bb64b
commit 062f832510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

@ -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…
Cancel
Save