Kaynağa Gözat

Missing WORKDIR

Noah 8 yıl önce
ebeveyn
işleme
8560d85a94
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Dockerfile

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

@@ -13,6 +13,7 @@ RUN ln -s `which nodejs` /usr/bin/node
13 13
 # Non-privileged user
14 14
 RUN useradd -m audiogram
15 15
 USER audiogram
16
+WORKDIR /home/audiogram
16 17
 
17 18
 # Clone repo
18 19
 RUN git clone https://github.com/nypublicradio/audiogram.git