We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc1d66 commit 5aaf187Copy full SHA for 5aaf187
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM node:16.8-alpine
+FROM registry.access.redhat.com/ubi8/nodejs-16-minimal
2
3
-WORKDIR /usr/src/app
+WORKDIR /opt/app-root/src
4
5
COPY package* ./
6
0 commit comments