File size: 136 Bytes
04069d4
 
fca6589
 
 
 
 
 
04069d4
 
 
1
2
3
4
5
6
7
8
9
10
11
FROM corentinth/enclosed

RUN useradd -m -u 1000 koga

RUN chown -R koga: /app/.data/

USER koga

EXPOSE 8787

CMD ["node", "index.cjs"]