pngwn HF staff commited on
Commit
17b0b1e
1 Parent(s): a1a1ad7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ WORKDIR /app
8
  COPY . .
9
 
10
  RUN npm i
11
- RUN npm build
12
 
13
  CMD ["PORT=7860", "node", "build"]
 
8
  COPY . .
9
 
10
  RUN npm i
11
+ RUN npm run build
12
 
13
  CMD ["PORT=7860", "node", "build"]