ignore venv in dockerfile to prevent my local venv overwriting the alpine one

This commit is contained in:
liam 2025-07-06 20:23:06 +00:00
parent 1083b7521e
commit 2180f11768

View file

@ -29,3 +29,4 @@ vue/babel.config*
vue/package.json
vue/tsconfig.json
vue/src/utils/openapi
venv