We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a3e89 commit c46c766Copy full SHA for c46c766
1 file changed
rust/Dockerfile
@@ -32,14 +32,7 @@ WORKDIR /app
32
COPY --from=builder /build/target/release/vss-server /app/vss-server
33
34
# Copy default configuration file
35
-#COPY server/vss-server-config.toml /app/vss-server-config.toml
36
-
37
-# Environment variables for PostgreSQL connection
38
-#ENV VSS_POSTGRESQL_USERNAME=postgres
39
-#ENV VSS_POSTGRESQL_PASSWORD=YOU_MUST_CHANGE_THIS_PASSWORD
40
-#ENV VSS_POSTGRESQL_HOST=postgres
41
-#ENV VSS_POSTGRESQL_PORT=5432
42
-#ENV VSS_POSTGRESQL_DATABASE=postgres
+COPY server/vss-server-config.toml /app/vss-server-config.toml
43
44
EXPOSE 8080
45
0 commit comments