Fixed app paths

This commit is contained in:
2026-02-22 20:38:44 +01:00 Verified
parent 141ddb0c08
commit c197df1d48
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY ./app .
RUN mkdir -p /app/data RUN mkdir -p /app/data
EXPOSE $PORT EXPOSE $PORT