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

Update Dockerfile

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