julien-c HF staff commited on
Commit
dc0d663
1 Parent(s): bbc4435

ok im' gonna cry

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -13,4 +13,6 @@ RUN chown -R 1000:1000 /app
13
 
14
  RUN npm run build
15
 
16
- CMD ["PORT=7860", "node", "build"]
 
 
 
13
 
14
  RUN npm run build
15
 
16
+ ENV PORT 7860
17
+
18
+ CMD ["node", "build"]