fix user run
All checks were successful
Build SMS Gateway / Build image (push) Successful in 8s

This commit is contained in:
2026-01-19 19:26:57 +07:00
parent 0d49a9b2c3
commit e3be88efbe

View File

@@ -8,7 +8,10 @@ RUN npm install --production
COPY . . COPY . .
RUN mkdir -p /app/data RUN mkdir -p /app/data && \
chown -R 101:101 /app/data
USER 101
EXPOSE 3000 EXPOSE 3000