This commit is contained in:
SergeantPanda 2025-04-05 20:30:39 -05:00
parent f565e1fade
commit 21a9cb6528

View file

@ -12,12 +12,6 @@ ENV PATH="/dispatcharrpy/bin:$PATH" \
PYTHONUNBUFFERED=1 \
DISPATCHARR_BUILD=1
# Set the working directory
WORKDIR /app
# Copy the application source code from the parent directory
COPY . /app/
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \