Spaces:
Paused
Paused
gghfds
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -40,4 +40,5 @@ COPY ./start.sh /start
|
|
| 40 |
RUN chmod +x /start
|
| 41 |
RUN chmod +x /workspace/miniconda3/etc/profile.d/conda.sh
|
| 42 |
# Define the entrypoint to start your application
|
|
|
|
| 43 |
CMD ["/start"]
|
|
|
|
| 40 |
RUN chmod +x /start
|
| 41 |
RUN chmod +x /workspace/miniconda3/etc/profile.d/conda.sh
|
| 42 |
# Define the entrypoint to start your application
|
| 43 |
+
RUN chown -R root:root /workspace
|
| 44 |
CMD ["/start"]
|