f202b8e a11ff62 f202b8e 80d8274 2755fd8 f202b8e 80d8274
1
2
3
4
5
6
7
8
9
# Use the correct GitHub Container Registry path FROM ghcr.io/chartdb/chartdb:latest # HF Spaces requires the app to listen on port 7860 ENV PORT 7860 EXPOSE 7860 # Command to start ChartDB CMD ["npm", "start"]