chown /.npm according to log request

This commit is contained in:
infidel 2022-11-25 18:45:03 +07:00
parent 0c7266d4a9
commit 080bc2d793

View File

@ -6,6 +6,7 @@ COPY . /usr/src/app
RUN npm run build RUN npm run build
RUN npm run build:tailwind RUN npm run build:tailwind
RUN npm run build:fontawesome RUN npm run build:fontawesome
RUN /usr/bin/chown -R 1000690000:0 "/npm"
EXPOSE 5000 EXPOSE 5000
CMD ["npm", "start"] CMD ["npm", "start"]