Spaces:
Runtime error
Runtime error
FROM chatgptclone/app:latest | |
# Create the /.config directory and set permissions | |
RUN chmod -R 777 ./data | |
CMD ["npm", "run", "backend"] | |