MVPilgrim commited on
Commit
2ce3634
·
verified ·
1 Parent(s): b110593

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,4 +46,4 @@ COPY --from=grpc_health_probe_builder /bin/grpc_health_probe /bin/
46
  COPY --from=server_builder /weaviate-server /bin/weaviate
47
  RUN apk add --no-cache --upgrade ca-certificates openssl
48
  RUN mkdir ./modules
49
- CMD [ "--host", "0.0.0.0", "--port", "8079", "--scheme", "http"]
 
46
  COPY --from=server_builder /weaviate-server /bin/weaviate
47
  RUN apk add --no-cache --upgrade ca-certificates openssl
48
  RUN mkdir ./modules
49
+ CMD [ "--host", "0.0.0.0", "--port", "8080", "--scheme", "http"]