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