feat: update dockerfile
This commit is contained in:
parent
7e128bcaf1
commit
bb5d638fba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue