puter / Dockerfile
Rapidfireop's picture
Update Dockerfile
cf99c55 verified
raw
history blame contribute delete
191 Bytes
FROM ghcr.io/heyputer/puter:latest
COPY puter.config.json /etc/puter/config.json
COPY keepalive.js /keepalive.js
EXPOSE 7860
CMD node /keepalive.js & node /app/packages/backend/src/main.js