Skip to content

Commit

Permalink
* api docker fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
asofter committed Sep 23, 2023
1 parent 2a29a86 commit 86b3b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b3b6c

Please sign in to comment.