adding check if fredy is running in docker

This commit is contained in:
orangecoding
2026-02-16 12:29:02 +01:00
parent 4ba6828939
commit 10e40e038e
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ WORKDIR /fredy
RUN apk add --no-cache chromium curl
ENV NODE_ENV=production \
IS_DOCKER=true \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser