Selaa lähdekoodia

commit build files because of memory leak during npm install

pull/342/head
Guillaume Vincent 8 vuotta sitten
vanhempi
commit
88463ccbc7
14 muutettua tiedostoa jossa 2699 lisäystä ja 3 poistoa
  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 Näytä tiedosto

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

+ 1
- 2
Dockerfile Näytä tiedosto

@@ -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
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 0
dist/build.js.map
File diff suppressed because it is too large
Näytä tiedosto


BIN
dist/extension.gif Näytä tiedosto

Before After
Leveys: 1075  |  Korkeus: 876  |  Koko: 662 KiB

BIN
dist/free.png Näytä tiedosto

Before After
Leveys: 221  |  Korkeus: 200  |  Koko: 10 KiB

BIN
dist/ionicons.eot Näytä tiedosto


+ 2630
- 0
dist/ionicons.svg
File diff suppressed because it is too large
Näytä tiedosto


BIN
dist/ionicons.ttf Näytä tiedosto


BIN
dist/ionicons.woff Näytä tiedosto


BIN
dist/ionicons.woff2 Näytä tiedosto


BIN
dist/logo.png Näytä tiedosto

Before After
Leveys: 271  |  Korkeus: 242  |  Koko: 10 KiB

BIN
dist/responsive.png Näytä tiedosto

Before After
Leveys: 1358  |  Korkeus: 452  |  Koko: 61 KiB

BIN
dist/webapp.png Näytä tiedosto

Before After
Leveys: 768  |  Korkeus: 614  |  Koko: 93 KiB

Ladataan…
Peruuta
Tallenna