Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed May 19, 2023
1 parent 08f1f13 commit 573e81f
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 @@ -38,7 +38,7 @@ RUN tar xvzf package.tgz && \
rm package.tgz && \
mv package app && \
cd app && \
echo "nodeLinker: pnpm" >> .yarnrc.yml \
echo "nodeLinker: pnpm" >> .yarnrc.yml && \
corepack enable && \
yarn

Expand Down

0 comments on commit 573e81f

Please sign in to comment.