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

Fix image not running in K8s (ROSA) #24

Merged
merged 3 commits into from
Jun 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN mkdir -p /app

WORKDIR /app

RUN npm install npm@^8 --location=global
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't solve the problem but I think we can get rid of this anyway. I added it before because I saw a warning about the package-lock.json made in an earlier version and to do the one-time upgrade, etc. I didn't see the warning in the latest build anyway.


# Copy the health-check script
COPY docker-health-check.js /app/

Expand Down