Skip to content

Commit 5aaf187

Browse files
committed
Dockerfile for OpenShift
1 parent ffc1d66 commit 5aaf187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:16.8-alpine
1+
FROM registry.access.redhat.com/ubi8/nodejs-16-minimal
22

3-
WORKDIR /usr/src/app
3+
WORKDIR /opt/app-root/src
44

55
COPY package* ./
66

0 commit comments

Comments
 (0)