Edit Dockerfile
This commit is contained in:
parent
a167571324
commit
e6ee1ad1d7
|
|
@ -18,6 +18,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
# RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
# Menyalin source code aplikasi
|
# Menyalin source code aplikasi
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue