mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 09:41:09 +00:00
Fixed tests
This commit is contained in:
@@ -16,6 +16,7 @@ COPY . .
|
||||
RUN BUILD_TENSORRT_EXTENSIONS=1 python3 setup.py build_ext --inplace
|
||||
ENV PYTHONPATH=/app/src
|
||||
RUN adduser --disabled-password --no-create-home --gecos "" appuser \
|
||||
&& mkdir -p /app/Logs \
|
||||
&& chown -R appuser /app
|
||||
USER appuser
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user