MISASI commited on
Commit
c8b8bbe
·
verified ·
1 Parent(s): 050dc85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:lts
2
 
3
- RUN apt-get update && apt-get install -y git
4
 
5
  RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
6
 
 
1
  FROM node:lts
2
 
3
+ RUN apt-get update --no-cache && apt-get install -y git
4
 
5
  RUN git clone https://github.com/dasasdsadsww/deeplx-serverless.git /app
6