feat: update Dockerfile
This commit is contained in:
parent
229f6af8bf
commit
6be98efc2f
|
|
@ -12,6 +12,9 @@ WORKDIR /usr/src/app
|
|||
# Installing dependencies
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
# Copy ckeditor5 to workdir
|
||||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue