Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hansimov
/
llm-mixer
like
1
Running
App
Files
Files
Community
f05f42d
llm-mixer
/
Dockerfile
Hansimov
:recycle: [Refactor] Remove docker-compose, and modify host and port
1945d73
10 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
FROM
node:
18
-slim
WORKDIR
$HOME
/app
COPY
. .
RUN
npm install
EXPOSE
23456
CMD
node server.js