mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Automate uploading Obsidian artifacts to new releases
This commit is contained in:
@@ -11,8 +11,7 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
# Install Python Dependencies
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install --upgrade .
|
||||
RUN pip install --upgrade pip && pip install --upgrade ".[dev]"
|
||||
|
||||
# Run the Application
|
||||
# There are more arguments required for the application to run,
|
||||
|
||||
Reference in New Issue
Block a user