Spaces:
Runtime error
Runtime error
BasToTheMax
commited on
Commit
•
542600d
1
Parent(s):
2e15434
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN adduser --home /home/container container
|
|
7 |
|
8 |
COPY . /home/container
|
9 |
COPY ./start.sh /
|
10 |
-
RUN chown -R container
|
11 |
|
12 |
USER container
|
13 |
ENV USER=container HOME=/home/container
|
|
|
7 |
|
8 |
COPY . /home/container
|
9 |
COPY ./start.sh /
|
10 |
+
RUN chown -R container /home/container
|
11 |
|
12 |
USER container
|
13 |
ENV USER=container HOME=/home/container
|