Kaynağa Gözat

apps.Dockerfile - restore accidently removed COPY step

Leszek Wiesner 3 yıl önce
ebeveyn
işleme
6c22989c67
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      apps.Dockerfile

+ 1 - 0
apps.Dockerfile

@@ -1,6 +1,7 @@
 FROM --platform=linux/x86-64 node:14 as builder
 
 WORKDIR /joystream
+COPY . /joystream
 
 RUN rm -fr /joystream/pioneer