Skip to content
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

docker-builder error #152

Open
matteocostantini opened this issue Nov 27, 2024 · 0 comments
Open

docker-builder error #152

matteocostantini opened this issue Nov 27, 2024 · 0 comments

Comments

@matteocostantini
Copy link

  • WorkdirRelativePath: Relative workdir "weather" can have unexpected results if the base image changes (line 10)
  • JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
    Dockerfile:12

10 | WORKDIR weather
11 | RUN npm install
12 | >>> RUN npm run compile
13 | CMD npm start
14 |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant