Skip to content

Commit df00200

Browse files
committed
Dockerfile: use normal Debian
This has all the SSL certs
1 parent 9e5edd2 commit df00200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
33
COPY . .
44
RUN cargo build --release
55

6-
FROM debian:bullseye-slim
6+
FROM debian:bullseye
77
WORKDIR /app
88
COPY --from=builder /usr/src/app/target/release/terminusdb-semantic-indexer /app/
99
CMD ["./terminusdb-semantic-indexer", "serve", "--directory", "/app/terminusdb/storage/semantic_db"]

0 commit comments

Comments
 (0)