ai / Dockerfile
Marco Beretta
test with chatgptclone/app:latest image
6c26694
raw
history blame
No virus
137 Bytes
FROM chatgptclone/app:latest
# Create the /.config directory and set permissions
RUN chmod -R 777 ./data
CMD ["npm", "run", "backend"]