-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing script "build" #1311
Comments
Hi @madelacerda, what is the content of package.json inside |
Hi @matteodepalo ! my package.json looks like this: |
That seems to be the package.json inside |
inside my web frontend there is no package, i just added there a index.html with an iframe, i just wanna build the docker image for this node project so we can deploy it in AWS, but im having this issue with the dockerfile. |
What about trying to change the Dockerfile to not cd into |
hello all!
i just downlaoded this template to work on a node project for shopify but when im trying to build the docker image to deploy this project into our services on AWS, im getting the error that there is no script for the build command inside my package.
and after checking the package inside the front there is no build command, so why the dockerfile uses that command on the line: RUN cd frontend && npm install && npm run build?
@shopify/shopify-app-express
version: 2.1.3Expected behavior
build the docker image
Actual behavior
error on building image
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: