Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
AiTestBxx/uk1
AiTestBxxx
/
uk2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
uk2
/
Dockerfile
Selnx
Update Dockerfile
35a8b3a
verified
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
201 Bytes
FROM
node:
22
ENV
TZ=Europe/Istanbul
WORKDIR
/app
COPY
package*.json ./
RUN
npm install --omit=dev --prefer-offline --no-audit --no-fund --legacy-peer-deps
COPY
. .
EXPOSE
7860
CMD
[
"npm"
,
"start"
]