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