Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
dca0fd5
1
Parent(s):
0170b07
fdsa
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# Use a specific version of Weaviate.
|
3 |
FROM semitechnologies/weaviate:1.23.7 as weaviate
|
4 |
|
5 |
-
# Set environment variables if needed
|
6 |
ENV WEAVIATE_ORIGIN http://localhost:8080
|
7 |
|
8 |
# Expose the default port for Weaviate
|
|
|
2 |
# Use a specific version of Weaviate.
|
3 |
FROM semitechnologies/weaviate:1.23.7 as weaviate
|
4 |
|
5 |
+
# Set environment variables if needed.
|
6 |
ENV WEAVIATE_ORIGIN http://localhost:8080
|
7 |
|
8 |
# Expose the default port for Weaviate
|