Create Dockerfile

This commit is contained in:
ftoppi 2024-04-10 14:11:05 +02:00 committed by GitHub
parent 4ef1564e18
commit b04f5784bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Dockerfile Normal file
View 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