Use published docker image to run khoj service using docker-compose

This commit is contained in:
Debanjum Singh Solanky
2022-08-04 02:17:01 +03:00
parent ee65809dc6
commit 84adf0c568
2 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.10-slim-bullseye
LABEL org.opencontainers.image.source https://github.com/debanjum/khoj
# Install System Dependencies
RUN apt-get update -y && \