Skip to content

Commit

Permalink
aha..whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Nov 9, 2023
1 parent ecbbe9d commit 6705c62
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 @@ -10,7 +10,7 @@ RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
COPY . .

RUN \
NODE_ENV=production \
NODE_ENV=production \
NODE_PATH=/usr/local/lib/node_modules \
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/lib/node_modules/.bin" \
yarn --modules-folder /usr/local/lib/node_modules build
Expand Down

0 comments on commit 6705c62

Please sign in to comment.