1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-07 12:42:24 -05:00

Try .bash_rc

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

View File

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