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 fbedd70 commit 033790cCopy full SHA for 033790c
README.md
@@ -1,6 +1,6 @@
1
-# Docker NodeJs + Oracledb instantclient base Image - Slim Version
+# Docker NodeJs + Oracledb instantclient base image
2
3
-The image built for nodejs with oracle db support.
+The docker slim image built for nodejs with oracle db instantclient as base docker image.
4
Extend or Use the image to build your nodejs of oracledb application.
5
6
Supported tags and respective Dockerfile links
@@ -9,7 +9,7 @@ Supported tags and respective Dockerfile links
9
# Usage to build your apps
10
11
```
12
-FROM katturaja/docker-nodejs-oracledb-instantcleint:8.12.0-slim
+FROM katturaja/docker-nodejs-oracledb-base:8.12.0-slim
13
# Create app base directory
14
RUN mkdir -p /src
15
0 commit comments