1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

chore: renames cts to cjs (#2732)

This commit is contained in:
Amir Raminfar
2024-01-25 10:03:46 -08:00
committed by GitHub
parent 025ce28134
commit 67f25b7bb0
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ COPY package.json ./
RUN pnpm install --offline --ignore-scripts --no-optional
# Copy assets and translations to build
COPY .* *.config.ts *.config.js *.config.cts ./
COPY .* *.config.ts *.config.js *.config.cjs ./
COPY assets ./assets
COPY locales ./locales
COPY public ./public