edit docker file
This commit is contained in:
parent
b998e43306
commit
510490e47c
|
|
@ -78,7 +78,7 @@ WORKDIR /usr/src/app
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
||||||
# Salin ckeditor5 ke dalam workdir
|
# Salin ckeditor5 ke dalam workdir
|
||||||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
COPY vendor ./vendor
|
||||||
|
|
||||||
# Instal dependensi
|
# Instal dependensi
|
||||||
RUN npm install -g npm@latest
|
RUN npm install -g npm@latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue