Loading react-frontend/Dockerfile +2 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,8 @@ RUN npm install COPY . . # Create .cache directory and set permissions RUN mkdir -p /app/node_modules/.cache && chmod -R 777 /app/node_modules/.cache # Set permissions for the entire application directory RUN chmod -R 777 /app RUN mkdir -p /app/node_modules/.cache \ && chmod -R 777 /app/node_modules/.cache # Start the React development server CMD ["npm", "start"] Loading
react-frontend/Dockerfile +2 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,8 @@ RUN npm install COPY . . # Create .cache directory and set permissions RUN mkdir -p /app/node_modules/.cache && chmod -R 777 /app/node_modules/.cache # Set permissions for the entire application directory RUN chmod -R 777 /app RUN mkdir -p /app/node_modules/.cache \ && chmod -R 777 /app/node_modules/.cache # Start the React development server CMD ["npm", "start"]