Package site poster scripts in Docker image
This commit is contained in:
@@ -6,6 +6,7 @@ WORKDIR /app
|
|||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
curl \
|
curl \
|
||||||
|
ffmpeg \
|
||||||
git \
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
@@ -15,6 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
# Copy source code
|
# Copy source code
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
|
COPY scripts/ scripts/
|
||||||
|
|
||||||
COPY favi.png .
|
COPY favi.png .
|
||||||
COPY .env.example .env
|
COPY .env.example .env
|
||||||
|
|||||||
Reference in New Issue
Block a user