Skip to content

Commit

Permalink
chore(Dockerfile): set NX_SOCKET_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Nov 5, 2024
1 parent 198c616 commit 3586005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG PATH_SOURCE=/tmp/ldsa/.source
ARG PATH_LOCAL_BUILDS=/tmp/ldsa/.builds
ARG NX_CACHE_DIRECTORY=/tmp/ldsa/.cache/nx
ARG PATH_FINAL_BUILDS=/usr/local/ladesa-ro/services/
ARG NX_SOCKET_DIR=/tmp/nx-tmp

# ========================================
# BASE NODEJS IMAGE
Expand All @@ -28,9 +29,11 @@ FROM base AS build
ARG PATH_LOCAL_BUILDS
ARG GIT_COMMIT_HASH
ARG NX_CACHE_DIRECTORY
ARG NX_SOCKET_DIR

ENV NX_DAEMON=true
# ENV NX_VERBOSE_LOGGING=true
ENV NX_SOCKET_DIR=${NX_SOCKET_DIR}
ENV GIT_COMMIT_HASH=${GIT_COMMIT_HASH}
ENV NX_CACHE_DIRECTORY=${NX_CACHE_DIRECTORY}

Expand Down

0 comments on commit 3586005

Please sign in to comment.