From 6b61b22db4f47db46f67733d7cd36c9dcd277157 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 20 Jan 2023 09:12:27 +0500 Subject: [PATCH] trying old lts --- Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d87287a..081d933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,15 +20,16 @@ RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen \ RUN apt install graphicsmagick -y --no-install-recommends \ && curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash \ && source ~/.profile && source ~/.bashrc \ - && nvm install node - +# && nvm install node + && nvm install 14.21.2 + # clone bibliogram RUN git clone https://git.shihaam.dev/shihaam/bibliogram #NPM Install -RUN cd bibliogram \ - && source ~/.profile && source ~/.bashrc \ - && npm install +#RUN cd bibliogram \ +# && source ~/.profile && source ~/.bashrc \ +# && npm install COPY buildfiles/startservice.sh . RUN chmod +x /root/startservice.sh