Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|