Преглед изворни кода

apps.Dockerfile - restore accidently removed COPY step

Leszek Wiesner пре 3 година
родитељ
комит
6c22989c67
1 измењених фајлова са 1 додато и 0 уклоњено
  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