File size: 203 Bytes
2cfb02f
7f23629
4edbaf7
 
2d166cd
4edbaf7
 
1
2
3
4
5
6
7
8
FROM huggingfacedg/dataground-dev:main

# Set data dir under persisted volume (if enabled)
ENV DATA_DIR /data/dataground

# Grant write access to the node app
RUN mkdir /data && chown -R node:node /data