chown /.npm according to log request
This commit is contained in:
parent
0c7266d4a9
commit
080bc2d793
@ -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"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user