Update Dockerfile

This commit is contained in:
muskit
2024-02-01 15:11:44 -08:00
committed by GitHub
parent 215019dac9
commit 23e844244e
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
# Install pip dependencies # Install pip dependencies
COPY requirements.txt . COPY requirements.txt .
python3 -m venv .venv && source .venv/bin/activate RUN python3 -m venv .venv && source .venv/bin/activate
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
# Copy source code # Copy source code