Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
chartManD
/
turitezo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
turitezo
/
Dockerfile
chartManD
Config Dockerfile
e491ed2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
198 Bytes
FROM
debian:
12.6
EXPOSE
7860
RUN
apt update -y
RUN
apt upgrade -y
RUN
apt install -y php php8.2-mysql
RUN
rm
-rf /var/lib/apt/lists/*
COPY
. /
WORKDIR
/public
CMD
[
"bash"
,
"-c"
,
"php -S 0.0.0.0:7860"
]