Automate uploading Obsidian artifacts to new releases

This commit is contained in:
Debanjum Singh Solanky
2023-02-17 18:14:46 -06:00
parent a8940462c4
commit 47c2cc63e1
3 changed files with 50 additions and 6 deletions

View File

@@ -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,