fix: corrige .dockerignore e Dockerfile para build funcionar
- Remove tsconfig*.json do .dockerignore (necessário para build) - Remove nest-cli.json do .dockerignore (necessário para build) - Corrige LD_LIBRARY_PATH no Dockerfile
This commit is contained in:
@@ -26,8 +26,7 @@ jest.setup.js
|
|||||||
eslint.config.js
|
eslint.config.js
|
||||||
.prettierrc
|
.prettierrc
|
||||||
.prettierignore
|
.prettierignore
|
||||||
tsconfig*.json
|
|
||||||
nest-cli.json
|
|
||||||
monitoring
|
monitoring
|
||||||
docs
|
docs
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ RUN curl -fSL --cookie-jar /tmp/cookies.txt --retry 3 \
|
|||||||
rm -f /tmp/oracle-instantclient-basiclite.rpm /tmp/cookies.txt && \
|
rm -f /tmp/oracle-instantclient-basiclite.rpm /tmp/cookies.txt && \
|
||||||
dnf clean all
|
dnf clean all
|
||||||
|
|
||||||
ENV LD_LIBRARY_PATH=/usr/lib/oracle/21/client64/lib:$LD_LIBRARY_PATH
|
ENV LD_LIBRARY_PATH=/usr/lib/oracle/21/client64/lib
|
||||||
ENV TZ=America/Sao_Paulo
|
ENV TZ=America/Sao_Paulo
|
||||||
|
|
||||||
RUN groupadd -r node && useradd -r -g node node
|
RUN groupadd -r node && useradd -r -g node node
|
||||||
|
|||||||
Reference in New Issue
Block a user