Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

katturajam/docker-nodejs-oracledb-instantclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

Docker NodeJs + Oracledb instantclient base image

Nodejs with oracledb instantclient library used to build the docker image.

Extend the docker image as a base image to build your nodejs of oracledb application.

Supported tags and respective Dockerfile links

Nodejs 8.12.0-slim + node-oracledb supported from 2.3.0.

Usage to build your apps

FROM katturaja/docker-nodejs-oracledb-instantclient:8.12.0-slim
# Create app base directory
RUN mkdir -p /src
# Specify the "working directory" for the rest of the Dockerfile
WORKDIR /src
COPY . /src
# clean
RUN npm cache clean -f \
&& npm install --only=prod
EXPOSE 3000
CMD ["node", "server.js"]

About

Node.js with Oracle instantclient Dockerfile for trusted automated Docker builds. 🐳 🐒 πŸš€

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /