devikaaaa33 commented on issue #34505: URL: https://github.com/apache/superset/issues/34505#issuecomment-3144669618
Hi [@dosu](https://go.dosu.dev/dosubot), commands are already added and my version is 4.1.1 WORKDIR /app/superset-frontend # Copy the script into the container COPY ./docker/frontend-mem-nag.sh /frontend-mem-nag.sh # Give execute permissions to the script RUN chmod +x /frontend-mem-nag.sh # Run the script RUN /frontend-mem-nag.sh # Copy the package.json and package-lock.json files into the container COPY ./superset-frontend/package.json ./package.json COPY ./superset-frontend/package-lock.json ./package-lock.json RUN npm ci # Runs the webpack build process COPY superset-frontend /app/superset-frontend RUN npm run ${BUILD_CMD} -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
