We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a879078 + 8b33157 commit 780011aCopy full SHA for 780011a
docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
#build:
44
#context: .
45
#dockerfile: server/Dockerfile
46
- image: getmaxun/maxun-backend:v0.0.6
+ image: getmaxun/maxun-backend:v0.0.7
47
ports:
48
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
49
env_file: .env
server/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-slim
+FROM mcr.microsoft.com/playwright:v1.46.0-noble
2
3
# Set working directory
4
WORKDIR /app
0 commit comments