use correct port and don't use builtin https

This commit is contained in:
2026-01-03 14:26:22 -05:00
parent 7ad6fcd4d0
commit bcf6088f3a
3 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ tar xfz $VERSION.tar.gz --strip-components=1 -C /app/code && rm $VERSION.tar.gz
# Install nvm
ENV NVM_DIR="/app/code/.nvm"
RUN mkdir -p $NVM_DIR
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash \
&& . "$NVM_DIR/nvm.sh" \
&& nvm install 18.20.8 \