Stupid chown
This commit is contained in:
parent
a7032eeecd
commit
55872a1613
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user