Skip to content

Commit

Permalink
fix: 오라클 연결을 위해 적절한 이미지를 사용하기로 결정..
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Sep 9, 2022
1 parent a9f68c1 commit 8a79e87
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM node:14
#https://blogs.oracle.com/opal/dockerfiles-for-node-oracledb-are-easy-and-simple 참고
FROM oraclelinux:7-slim

RUN yum -y install oracle-release-el7 oracle-nodejs-release-el7 && \
yum-config-manager --disable ol7_developer_EPEL && \
yum -y install oracle-instantclient19.3-basiclite nodejs && \
rm -rf /var/cache/yum

WORKDIR /opt/inu-api

Expand Down

0 comments on commit 8a79e87

Please sign in to comment.