MISASI commited on
Commit
60a21a7
·
verified ·
1 Parent(s): a2982b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
5
  RUN apt-get install -y nodejs
6
 
7
  RUN wget https://github.com/dasasdsadsww/deeplx-serverless.git -O deeplx
 
8
  WORKDIR deeplx
9
 
10
  RUN npm install
 
5
  RUN apt-get install -y nodejs
6
 
7
  RUN wget https://github.com/dasasdsadsww/deeplx-serverless.git -O deeplx
8
+ RUN mkdir deeplx
9
  WORKDIR deeplx
10
 
11
  RUN npm install