File size: 137 Bytes
6c26694
3b6afc0
f704c1c
 
3b6afc0
 
1
2
3
4
5
6
7
FROM chatgptclone/app:latest

# Create the /.config directory and set permissions
RUN chmod -R 777 ./data

CMD ["npm", "run", "backend"]