Skip to content

Commit

Permalink
Add dev config baked into the image
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Oct 2, 2023
1 parent a240d5f commit ae600d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"

# Use npm to install node, update node, and then update npm
RUN npm install -g n && \
export PATH=$PATH:/usr/local/bin/n
export PATH=$PATH:/usr/lib/node_modules/npm/bin/n

RUN n latest && \
npm install -g npm@latest && \
Expand Down

0 comments on commit ae600d1

Please sign in to comment.