docker security

This commit is contained in:
Henry Jameson 2026-08-04 16:25:24 +03:00
commit 1216c8f099

View file

@ -13,7 +13,7 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
COPY package.json yarn.lock ./
RUN yarn --frozen-lockfile
COPY --chown=playwright . .
COPY --chown=playwright ./build ./src ./test ./public ./static ./node_modules ./yarn.lock ./package.json .
ENV CI=1