Skip to content

Commit a482485

Browse files
committed
Move yarn install to end of Dockerfile
1 parent 879a67a commit a482485

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ RUN avm install ${ANCHOR_CLI} && avm use ${ANCHOR_CLI}
5050
# set up keypair
5151
RUN solana-keygen new --no-bip39-passphrase
5252

53-
# install dependencies
54-
RUN yarn
55-
5653
WORKDIR /workdir
57-
#be sure to add `/root/.avm/bin` to your PATH to be able to run the installed binaries
54+
#be sure to add `/root/.avm/bin` to your PATH to be able to run the installed binaries
55+
56+
# install dependencies
57+
RUN yarn

0 commit comments

Comments
 (0)