Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|