feat: update Dockerfile

This commit is contained in:
hanif salafi 2025-02-13 16:21:06 +07:00
parent d4ea662850
commit e26e639785
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
# RUN npm install --force
# RUN npm install -g npm@latest
RUN npm install
RUN npm install --legacy-peer-deps
# Copying source files
COPY . .