add .venv to avoid long image rebuilds

This commit is contained in:
muskit
2024-04-21 16:03:32 -07:00
parent d05da5bff0
commit 99155fdb37
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ RUN pip3 install --break-system-packages -r requirements.txt
# Copy source code
COPY . .
# Mount working directory
# Mount persistent working directory
VOLUME ./run
# Run the bot