diff --git a/Dockerfile b/Dockerfile index 6d06c5e..19c4b94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,6 +86,7 @@ RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH # Alternative: Install Chromium if Google Chrome is problematic in certain environments RUN patchright install chromium --with-deps + # Copy the application code COPY . .