Przeglądaj źródła

separate npm install dev and production

pull/342/head
Guillaume Vincent 8 lat temu
rodzic
commit
3ccd58f4c0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile Wyświetl plik

@@ -4,7 +4,8 @@ RUN mkdir -p /frontend
WORKDIR /frontend

COPY package.json /frontend/
RUN npm install
RUN npm install --production --ignore-scripts --unsafe-perm
RUN npm install --only=dev --ignore-scripts --unsafe-perm

COPY . /frontend
RUN npm run build


Ładowanie…
Anuluj
Zapisz