mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-10 21:36:18 +00:00
feat: Add announcements endpoints (#91)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alexandre Teles (afterSt0rm) <alexandre.teles@ufba.br>
This commit is contained in:
@@ -4,7 +4,7 @@ FROM python:3.11-slim as dependencies
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends gcc \
|
||||
apt-get install -y --no-install-recommends gcc git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN python -m venv /opt/venv
|
||||
@@ -28,6 +28,8 @@ ENV PATH="/opt/venv/bin:$PATH"
|
||||
COPY --from=dependencies /opt/venv /opt/venv
|
||||
COPY . .
|
||||
|
||||
VOLUME persistance
|
||||
|
||||
CMD docker/run-backend.sh
|
||||
HEALTHCHECK CMD docker/run-healthcheck.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user