Skip to content

Commit 8fe31df

Browse files
authored
Update Dockerfile
1 parent e6b7a13 commit 8fe31df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM katturaja/docker-node-oracle-base:8.12.0-slim
1+
FROM katturaja/docker-nodejs-oracledb-instantclient:8.12.0-slim
22

33
# Create app base directory
44
RUN mkdir -p /src
@@ -13,4 +13,4 @@ RUN npm cache clean -f \
1313
&& npm install --only=prod
1414

1515
EXPOSE 3000
16-
CMD ["node", "server.js"]
16+
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)