Skip to content

Commit

Permalink
add ARG prefixPath
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 26, 2023
1 parent 021c8a4 commit 350dba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN runDeps="openssl ca-certificates patch gosu git make tmux locales-all" \
USER node

ARG MAX_OLD_SPACE_SIZE=8192
ARG RAZZLE_PREFIX_PATH=/freshwater
ENV RAZZLE_PREFIX_PATH /freshwater
ENV NODE_OPTIONS=--max_old_space_size=$MAX_OLD_SPACE_SIZE

Expand Down

0 comments on commit 350dba2

Please sign in to comment.