Browse Source

Missing WORKDIR

Noah 8 years ago
parent
commit
8560d85a94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile View File

13
 # Non-privileged user
13
 # Non-privileged user
14
 RUN useradd -m audiogram
14
 RUN useradd -m audiogram
15
 USER audiogram
15
 USER audiogram
16
+WORKDIR /home/audiogram
16
 
17
 
17
 # Clone repo
18
 # Clone repo
18
 RUN git clone https://github.com/nypublicradio/audiogram.git
19
 RUN git clone https://github.com/nypublicradio/audiogram.git