Package site poster scripts in Docker image

This commit is contained in:
Your Name
2026-07-22 17:28:53 +05:00
parent a5f02ed269
commit df2cc92aba
+2
View File
@@ -6,6 +6,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y \
postgresql-client \
curl \
ffmpeg \
git \
&& rm -rf /var/lib/apt/lists/*
@@ -15,6 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy source code
COPY src/ src/
COPY scripts/ scripts/
COPY favi.png .
COPY .env.example .env