enclosed / Dockerfile
eienmojiki's picture
Update Dockerfile
fca6589 verified
raw
history blame
136 Bytes
FROM corentinth/enclosed
RUN useradd -m -u 1000 koga
RUN chown -R koga: /app/.data/
USER koga
EXPOSE 8787
CMD ["node", "index.cjs"]