feat: update DOckerfile
This commit is contained in:
parent
cd7c464466
commit
a90d658446
|
|
@ -16,6 +16,9 @@ COPY package.json ./
|
||||||
# Menyalin direktori ckeditor5 jika diperlukan
|
# Menyalin direktori ckeditor5 jika diperlukan
|
||||||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||||
|
|
||||||
|
# Menyalin env
|
||||||
|
COPY .env .env
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
# RUN pnpm install --frozen-lockfile
|
# RUN pnpm install --frozen-lockfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue