caliphdev commited on
Commit
0150580
·
verified ·
1 Parent(s): 09b0c99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ COPY package.json .
5
 
6
  RUN npm install
7
 
8
- COPY . .
9
 
10
  EXPOSE 7860
11
 
 
5
 
6
  RUN npm install
7
 
8
+ COPY . /app
9
 
10
  EXPOSE 7860
11