imseldrith commited on
Commit
b3da398
·
verified ·
1 Parent(s): 9de864e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/playwright:v1.55.1-jammy AS base
4
  WORKDIR /app
5
 
6
  COPY package*.json ./
7
- RUN npm ci --omit=dev
8
 
9
  COPY . .
10
 
@@ -17,6 +17,6 @@ RUN npx playwright install --with-deps chromium \
17
 
18
  USER pwuser
19
 
20
- EXPOSE 3264
21
 
22
  CMD ["node", "index.js"]
 
4
  WORKDIR /app
5
 
6
  COPY package*.json ./
7
+ RUN npm install --omit=dev
8
 
9
  COPY . .
10
 
 
17
 
18
  USER pwuser
19
 
20
+ EXPOSE 7860
21
 
22
  CMD ["node", "index.js"]