Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ RUN useradd --home /home/container container
|
|
| 5 |
|
| 6 |
COPY . /home/container
|
| 7 |
RUN chown -R container /home/container
|
| 8 |
-
RUN chmod /home/container
|
| 9 |
|
| 10 |
USER container
|
| 11 |
ENV USER=container HOME=/home/container
|
|
|
|
| 5 |
|
| 6 |
COPY . /home/container
|
| 7 |
RUN chown -R container /home/container
|
| 8 |
+
RUN chmod 777 /home/container -R
|
| 9 |
|
| 10 |
USER container
|
| 11 |
ENV USER=container HOME=/home/container
|