From 21a9cb65281b8b22b2eda343421a5b7ae523cba2 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 5 Apr 2025 20:30:39 -0500 Subject: [PATCH] Whoops. --- docker/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 640e043e..cdc9068b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \