MISASI commited on
Commit
5ae3000
·
verified ·
1 Parent(s): 8b3b6c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get install -y nodejs
7
 
8
  RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git deeplx
9
 
10
- MKDIR deeplx
11
  WORKDIR deeplx
12
  RUN npm install
13
 
 
7
 
8
  RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git deeplx
9
 
10
+ RUN MKDIR deeplx
11
  WORKDIR deeplx
12
  RUN npm install
13