mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-12 21:01:54 +08:00
Create Dockerfile
This commit is contained in:
parent
4ef1564e18
commit
b04f5784bb
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
useradd -m -s /bin/bash app
|
||||
|
||||
USER app
|
||||
|
||||
RUN pip install scrapegraphai
|
||||
Loading…
Reference in New Issue
Block a user