mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated frontend dockerfile
This commit is contained in:
@@ -9,6 +9,10 @@ ENV NVM_DIR /usr/local/nvm
|
||||
ENV NODE_VERSION 8.12.0
|
||||
ENV WORK_DIR /opt/crawlab/frontend
|
||||
|
||||
# install git curl
|
||||
RUN apt-get update
|
||||
RUN apt-get install git curl
|
||||
|
||||
# install nvm
|
||||
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash \
|
||||
&& . $NVM_DIR/nvm.sh \
|
||||
|
||||
Reference in New Issue
Block a user