FROM argilladev/dataground:latest RUN useradd -ms /bin/bash admin \ && chown -R admin:admin /usr/src/app \ && chmod -R 777 /usr/src/app USER admin