Skip to content

Commit

Permalink
bugfix: fix no-ocr image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 5, 2024
1 parent 3ea123d commit 7df947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile.no-ocr
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ WORKDIR /app
RUN apt-get update -y; \
apt-get install -y \
pkg-config \
build-essential\
libssl-dev \
libpq-dev \
ca-certificates \
Expand All @@ -32,6 +33,5 @@ RUN apt-get update -y; \
COPY ./migrations/ /app/migrations
COPY --from=builder /app/target/release/trieve-server /app/trieve-server


EXPOSE 8090
ENTRYPOINT ["/app/trieve-server"]

0 comments on commit 7df947f

Please sign in to comment.