Kaynağa Gözat

remove build dist for now

pull/342/head
Guillaume Vincent 8 yıl önce
ebeveyn
işleme
3c8a20ea49
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Dockerfile

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

@@ -7,7 +7,7 @@ COPY package.json /frontend/
RUN npm install

COPY . /frontend
RUN npm run build
#RUN npm run build

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

Yükleniyor…
İptal
Kaydet