Merge pull request #250 from getmaxun/develop

chore: use updated playwright image
This commit is contained in:
Karishma Shukla
2024-12-11 17:31:16 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ services:
#build: #build:
#context: . #context: .
#dockerfile: server/Dockerfile #dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.6 image: getmaxun/maxun-backend:v0.0.7
ports: ports:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}" - "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env env_file: .env

View File

@@ -1,4 +1,4 @@
FROM node:22-slim FROM mcr.microsoft.com/playwright:v1.46.0-noble
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app