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 e6b7a13 commit 8fe31dfCopy full SHA for 8fe31df
example/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM katturaja/docker-node-oracle-base:8.12.0-slim
+FROM katturaja/docker-nodejs-oracledb-instantclient:8.12.0-slim
2
3
# Create app base directory
4
RUN mkdir -p /src
@@ -13,4 +13,4 @@ RUN npm cache clean -f \
13
&& npm install --only=prod
14
15
EXPOSE 3000
16
-CMD ["node", "server.js"]
+CMD ["node", "server.js"]
0 commit comments