MISASI commited on
Commit
4ad7892
·
verified ·
1 Parent(s): d1b2034

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
6
 
7
  WORKDIR /app
8
 
 
 
9
  RUN npm install
10
 
11
  COPY package.json .
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN chmod +x app
10
+
11
  RUN npm install
12
 
13
  COPY package.json .