Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-jonollil authored Sep 29, 2023
1 parent e5fd8ba commit e9bc93d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM ghcr.io/oracle/oraclelinux8-instantclient:21 as builder
WORKDIR /home/node
COPY . .
ENTRYPOINT ["./entrypoint.sh"]

#ARG BUILD_SCRIPT=build

#ENV TNS_ADMIN /home/node
#ENV TNS_ADMIN /home/node # set in deployment env
#ENV LD_LIBRARY_PATH /home/node/instantclient
#ENV ORACLE_WALLET_DIRECTORY /home/node/wallet
#ENV ORACLE_CONNECT_TIMEOUT 10
Expand Down

0 comments on commit e9bc93d

Please sign in to comment.