Skip to content

Commit

Permalink
use RAZZLE_PREFIX_PATH in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 26, 2023
1 parent b83aead commit 58888b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG MAX_OLD_SPACE_SIZE=8192
ENV NODE_OPTIONS=--max_old_space_size=$MAX_OLD_SPACE_SIZE

RUN yarn \
&& yarn build \
&& RAZZLE_PREFIX_PATH=$RAZZLE_PREFIX_PATH yarn build \
&& rm -rf /home/node/.cache \
&& rm -rf /home/node/.yarn \
&& rm -rf /home/node/.npm \
Expand Down

0 comments on commit 58888b8

Please sign in to comment.