trying old lts

This commit is contained in:
Shihaam Abdul Rahman 2023-01-20 09:12:27 +05:00
parent 25988b8259
commit 6b61b22db4
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -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