Update Dockerfile

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