Edit Dockerfile
This commit is contained in:
parent
e6ee1ad1d7
commit
080be374ff
|
|
@ -17,7 +17,7 @@ COPY package.json pnpm-lock.yaml ./
|
|||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm install
|
||||
# RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Menyalin source code aplikasi
|
||||
|
|
|
|||
Loading…
Reference in New Issue