aripbae commited on
Commit
a7322a2
·
verified ·
1 Parent(s): 049e896

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN chmod -R 777 /tmp
10
  RUN npx playwright install chromium
11
  RUN npx playwright install-deps
12
  COPY . .
13
- CMD ["sh", "-c", "node ."]
 
10
  RUN npx playwright install chromium
11
  RUN npx playwright install-deps
12
  COPY . .
13
+ CMD ["sh", "-c", "node app.mjs"]