Stupid chown

This commit is contained in:
infidel 2022-11-25 19:20:53 +07:00
parent a7032eeecd
commit 55872a1613

View File

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