1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-09 12:40:32 -05:00

NVM not picked up by bash

This commit is contained in:
Vince Grassia 2023-11-09 12:47:48 -05:00
parent cbb339c2f3
commit b415414e5a
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Add packages # Add packages
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
RUN . ~/.bash_profile
RUN npm install -g gulp RUN npm install -g gulp
WORKDIR /source WORKDIR /source