Skip to content

Commit

Permalink
potential build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Feb 19, 2023
1 parent f25a19c commit c8dbb43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.git
node_modules/
**/node_modules/
package-lock.json
tools/
conf/
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ LABEL name="THiNX API" version="1.8.2343"

ARG DEBIAN_FRONTEND=noninteractive

# For test-env node-18
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
ENV NODE_EXTRA_CA_CERTS=/mnt/data/ssl/testRoot.crt

ARG THINX_HOSTNAME
ENV THINX_HOSTNAME=${THINX_HOSTNAME}

Expand Down
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
env_file: .env
build:
context: .
dockerfile: ./Dockerfile
args:
- 'AQUA_SEC_TOKEN=${AQUA_SEC_TOKEN}'
- 'COUCHDB_PASS=${COUCHDB_PASS}'
Expand Down

0 comments on commit c8dbb43

Please sign in to comment.