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
+2 -1
View File
@@ -1 +1,2 @@
./run ./run
./.venv
+1 -1
View File
@@ -17,7 +17,7 @@ RUN pip3 install --break-system-packages -r requirements.txt
# Copy source code # Copy source code
COPY . . COPY . .
# Mount working directory # Mount persistent working directory
VOLUME ./run VOLUME ./run
# Run the bot # Run the bot