trying old lts
This commit is contained in:
parent
25988b8259
commit
6b61b22db4
11
Dockerfile
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user