gghfds commited on
Commit
26534b4
·
verified ·
1 Parent(s): efffec5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]