Skip to content

Commit b04f578

Browse files
authored
Create Dockerfile
1 parent 4ef1564 commit b04f578

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.11-slim
2+
3+
RUN apt-get update && apt-get upgrade -y && \
4+
useradd -m -s /bin/bash app
5+
6+
USER app
7+
8+
RUN pip install scrapegraphai

0 commit comments

Comments
 (0)