feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 22:58:34 +07:00
parent 7e128bcaf1
commit bb5d638fba
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/
COPY vendor/ckeditor5 /usr/src/app/
# Install dependencies using pnpm
RUN pnpm install --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
# Copying source files
COPY . /usr/src/app