add .venv to avoid long image rebuilds
This commit is contained in:
+2
-1
@@ -1 +1,2 @@
|
||||
./run
|
||||
./run
|
||||
./.venv
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user