Kaynağa Gözat

commit build files because of memory leak during npm install

pull/342/head
Guillaume Vincent 8 yıl önce
ebeveyn
işleme
88463ccbc7
14 değiştirilmiş dosya ile 2699 ekleme ve 3 silme
  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 Dosyayı Görüntüle

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

+ 1
- 2
Dockerfile Dosyayı Görüntüle

@@ -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
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 1
- 0
dist/build.js.map
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


BIN
dist/extension.gif Dosyayı Görüntüle

Önce Sonra
Genişlik: 1075  |  Yükseklik: 876  |  Boyut: 662 KiB

BIN
dist/free.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 221  |  Yükseklik: 200  |  Boyut: 10 KiB

BIN
dist/ionicons.eot Dosyayı Görüntüle


+ 2630
- 0
dist/ionicons.svg
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


BIN
dist/ionicons.ttf Dosyayı Görüntüle


BIN
dist/ionicons.woff Dosyayı Görüntüle


BIN
dist/ionicons.woff2 Dosyayı Görüntüle


BIN
dist/logo.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 271  |  Yükseklik: 242  |  Boyut: 10 KiB

BIN
dist/responsive.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 1358  |  Yükseklik: 452  |  Boyut: 61 KiB

BIN
dist/webapp.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 768  |  Yükseklik: 614  |  Boyut: 93 KiB

Yükleniyor…
İptal
Kaydet