MISASI commited on
Commit
91cd4ee
·
verified ·
1 Parent(s): f60a66c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 sudo apt-get install -y nodejs
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