PWA - patched deps
This commit is contained in:
6
playwright-service/Dockerfile
Normal file
6
playwright-service/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.49.0-jammy
|
||||
WORKDIR /app
|
||||
RUN npm init -y && npm install playwright
|
||||
COPY server.js .
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user