Reaperxxxx commited on
Commit
dc82946
·
verified ·
1 Parent(s): 0f719b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -37,5 +37,7 @@ RUN npx install puppeteer
37
  # Copy project files
38
  COPY . .
39
 
 
 
40
  # Start script
41
  CMD ["node", "index.js"]
 
37
  # Copy project files
38
  COPY . .
39
 
40
+ EXPOSE 7860
41
+
42
  # Start script
43
  CMD ["node", "index.js"]