diff options
| author | Ülgen Sarıkavak <ulgensrkvk@gmail.com> | 2025-10-16 21:37:05 +0300 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-12-15 23:07:24 +0530 |
| commit | c21cd378bfe0276ed8d3a5c59354b1fee074ec5e (patch) | |
| tree | f9cc05f9a4e82bf01056371ad64adb1bc46a9565 /Dockerfile | |
| parent | d0dd50eb1eabfb2a6158d5f6317c0089c22fedbd (diff) | |
Ignore venv from message compilation
The goal is to exclude 3rd parties from compilemessages input
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ RUN apt-get update \ # copy project COPY . . -RUN python -m django compilemessages +RUN python -m django compilemessages --ignore .venv # ENTRYPOINT is specified only in the local docker-compose.yml to avoid # accidentally running it in deployed environments. |
