diff --git a/Dockerfile b/Dockerfile index b95bcce..558eb4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY . /usr/src/app RUN npm run build RUN npm run build:tailwind RUN npm run build:fontawesome +RUN /usr/bin/chown -R 1000690000:0 "/npm" EXPOSE 5000 CMD ["npm", "start"]