Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ WORKDIR $HOME/app
|
|
34 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
35 |
COPY --chown=user . $HOME/app
|
36 |
|
37 |
-
RUN chmod g=u /etc/passwd /etc/group
|
38 |
|
39 |
|
40 |
RUN echo "Hello from Dockerfile!"
|
|
|
34 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
35 |
COPY --chown=user . $HOME/app
|
36 |
|
37 |
+
# RUN chmod g=u /etc/passwd /etc/group
|
38 |
|
39 |
|
40 |
RUN echo "Hello from Dockerfile!"
|