From 86b3b6c439d03a9867795d47bece50cd1b2272b2 Mon Sep 17 00:00:00 2001 From: asofter Date: Sat, 23 Sep 2023 20:59:04 +0200 Subject: [PATCH] * api docker fixed --- examples/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api/Dockerfile b/examples/api/Dockerfile index 5987fb2e..3dbf1235 100644 --- a/examples/api/Dockerfile +++ b/examples/api/Dockerfile @@ -23,7 +23,7 @@ COPY app.py . COPY schemas.py . COPY cache.py . COPY config.py . -COPY config.yml . +COPY scanners.yml . # Create a non-root user and set user environment variables RUN useradd -m -u 1000 user