mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 08:31:08 +00:00
Fixed tests
This commit is contained in:
@@ -7,6 +7,7 @@ COPY . .
|
||||
RUN python 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