nroggendorff commited on
Commit
3d2f907
·
verified ·
1 Parent(s): 4cc1cab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ARG CONFIG="config.json"
7
  RUN tmp=$(mktemp) && \
8
  jq '.init = 1' "${CONFIG}" > "$tmp" && \
9
  mv "$tmp" "${CONFIG}"
 
10
 
11
  RUN python -u prep.py
12
 
 
7
  RUN tmp=$(mktemp) && \
8
  jq '.init = 1' "${CONFIG}" > "$tmp" && \
9
  mv "$tmp" "${CONFIG}"
10
+ RUN chown -R user:user /app
11
 
12
  RUN python -u prep.py
13