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

Dockerfile: use nodejs ubi8 image to build frontends #1355

Merged
merged 1 commit into from Jun 2, 2022

Conversation

flavianmissi
Copy link
Contributor

Also add nginx module before installing it, without this dnf won't find it.

Note that we're using ubi8/node-10, which is deprecated - but this is
the version previously installed (before the nodejs package disappeared
on us).

Note that we're using ubi8/node-10, which is deprecated - but this is
the version previously installed (before the nodejs package disappeared
on us).
FROM registry.access.redhat.com/ubi8/nodejs-10 AS build-static
WORKDIR /opt/app-root/src
COPY --chown=1001:0 static/ ./static/
COPY --chown=1001:0 *.json *.js ./
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@flavianmissi flavianmissi requested review from kleesc and dmage June 2, 2022 15:04
@kleesc kleesc merged commit f0f31e0 into quay:master Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants