Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
|
|
3 |
RUN apt-get update && apt-get install -y wget && apt-get install -y curl
|
4 |
RUN apt-get clean && apt-get update
|
5 |
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\
|
6 |
-
RUN
|
7 |
RUN wget https://github.com/dasasdsadsww/deeplx-serverless.git -O deeplxAI
|
8 |
RUN node server.js
|
9 |
|
|
|
3 |
RUN apt-get update && apt-get install -y wget && apt-get install -y curl
|
4 |
RUN apt-get clean && apt-get update
|
5 |
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\
|
6 |
+
RUN apt-get install -y nodejs
|
7 |
RUN wget https://github.com/dasasdsadsww/deeplx-serverless.git -O deeplxAI
|
8 |
RUN node server.js
|
9 |
|