From ef037a41e2aea3264e31cb200616076fa087777a Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 3 Nov 2023 21:23:36 +0100 Subject: [PATCH] Remove some newlines --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index 40645f3..cdf1b74 100644 --- a/Containerfile +++ b/Containerfile @@ -2,13 +2,10 @@ FROM docker.io/library/python:3.12-slim RUN apt update && apt install -y sqlite3 EXPOSE 80 - ENV ADVLABDB_DATA_DIR=/volumes/data WORKDIR /volumes/repo - COPY requirements.txt . - RUN pip3 install -r requirements.txt && rm requirements.txt COPY . .