Skip to content

Commit

Permalink
Pushed sarif file
Browse files Browse the repository at this point in the history
  • Loading branch information
jyothi kumar committed May 2, 2024
1 parent af4f465 commit e3b7592
Show file tree
Hide file tree
Showing 2 changed files with 38,245 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.6
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
EXPOSE 8080
ENTRYPOINT ["python"]
CMD ["app/app.py"]
Loading

0 comments on commit e3b7592

Please sign in to comment.