feat: update dockerfile

This commit is contained in:
hanif salafi 2025-02-13 08:24:35 +07:00
parent fea5814222
commit 484c9c6362
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
# Install dependencies # Install dependencies
# RUN pnpm install --frozen-lockfile # RUN pnpm install --frozen-lockfile
RUN npm install --force # RUN npm install --force
RUN npm install -g npm@latest RUN npm install -g npm@latest
RUN npm install RUN npm install --force
# Copying source files # Copying source files
COPY . . COPY . .