Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -46,4 +46,5 @@ 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 |
-
|
|
|
|
46 |
COPY --from=server_builder /weaviate-server /bin/weaviate
|
47 |
RUN apk add --no-cache --upgrade ca-certificates openssl
|
48 |
RUN mkdir ./modules
|
49 |
+
ENV AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED true
|
50 |
+
CMD [ "--host", "0.0.0.0", "--port", "8080", "--scheme", "http", ""]
|