Przeglądaj źródła

commit build files because of memory leak during npm install

pull/342/head
Guillaume Vincent 8 lat temu
rodzic
commit
88463ccbc7
14 zmienionych plików z 2699 dodań i 3 usunięć
  1. +0
    -1
      .gitignore
  2. +1
    -2
      Dockerfile
  3. +67
    -0
      dist/build.js
  4. +1
    -0
      dist/build.js.map
  5. BIN
      dist/extension.gif
  6. BIN
      dist/free.png
  7. BIN
      dist/ionicons.eot
  8. +2630
    -0
      dist/ionicons.svg
  9. BIN
      dist/ionicons.ttf
  10. BIN
      dist/ionicons.woff
  11. BIN
      dist/ionicons.woff2
  12. BIN
      dist/logo.png
  13. BIN
      dist/responsive.png
  14. BIN
      dist/webapp.png

+ 0
- 1
.gitignore Wyświetl plik

@@ -1,2 +1 @@
node_modules
dist

+ 1
- 2
Dockerfile Wyświetl plik

@@ -4,10 +4,9 @@ RUN mkdir -p /frontend
WORKDIR /frontend

COPY package.json /frontend/
RUN npm install
RUN npm install --production

COPY . /frontend
RUN npm run build

EXPOSE 8080
CMD [ "npm", "start" ]

+ 67
- 0
dist/build.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
dist/build.js.map
Plik diff jest za duży
Wyświetl plik


BIN
dist/extension.gif Wyświetl plik

Przed Po
Szerokość: 1075  |  Wysokość: 876  |  Rozmiar: 662 KiB

BIN
dist/free.png Wyświetl plik

Przed Po
Szerokość: 221  |  Wysokość: 200  |  Rozmiar: 10 KiB

BIN
dist/ionicons.eot Wyświetl plik


+ 2630
- 0
dist/ionicons.svg
Plik diff jest za duży
Wyświetl plik


BIN
dist/ionicons.ttf Wyświetl plik


BIN
dist/ionicons.woff Wyświetl plik


BIN
dist/ionicons.woff2 Wyświetl plik


BIN
dist/logo.png Wyświetl plik

Przed Po
Szerokość: 271  |  Wysokość: 242  |  Rozmiar: 10 KiB

BIN
dist/responsive.png Wyświetl plik

Przed Po
Szerokość: 1358  |  Wysokość: 452  |  Rozmiar: 61 KiB

BIN
dist/webapp.png Wyświetl plik

Przed Po
Szerokość: 768  |  Wysokość: 614  |  Rozmiar: 93 KiB

Ładowanie…
Anuluj
Zapisz