We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2003482 commit 0c6b464Copy full SHA for 0c6b464
Dockerfile
@@ -18,8 +18,6 @@ COPY --from=builder --chown=500:500 /app /app
18
# Enable compilation of po files into mo files (This is added here for backward compatibility)
19
20
ENV zope_i18n_compile_mo_files=true
21
-# https://github.com/pypa/pip/issues/12079
22
-ENV _PIP_USE_IMPORTLIB_METADATA=0
23
24
# Link /data (the exposed volume) into /app/var
25
RUN ln -s /data /app/var
0 commit comments