Skip to content

Commit 033790c

Browse files
authored
Update README.md
1 parent fbedd70 commit 033790c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Docker NodeJs + Oracledb instantclient base Image - Slim Version
1+
# Docker NodeJs + Oracledb instantclient base image
22

3-
The image built for nodejs with oracle db support.
3+
The docker slim image built for nodejs with oracle db instantclient as base docker image.
44
Extend or Use the image to build your nodejs of oracledb application.
55

66
Supported tags and respective Dockerfile links
@@ -9,7 +9,7 @@ Supported tags and respective Dockerfile links
99
# Usage to build your apps
1010

1111
```
12-
FROM katturaja/docker-nodejs-oracledb-instantcleint:8.12.0-slim
12+
FROM katturaja/docker-nodejs-oracledb-base:8.12.0-slim
1313
# Create app base directory
1414
RUN mkdir -p /src
1515

0 commit comments

Comments
 (0)