ejschwartz commited on
Commit
b0ce549
·
1 Parent(s): 446f43f

permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -31,6 +31,8 @@ WORKDIR $HOME/app
31
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
32
  COPY --chown=vscode . $HOME/app
33
 
 
 
34
  # Disable buffering to allow logging of standard output.
35
  ENV PYTHONUNBUFFERED=1
36
 
 
31
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
32
  COPY --chown=vscode . $HOME/app
33
 
34
+ RUN chown -R vscode:vscode /workspace/psychec
35
+
36
  # Disable buffering to allow logging of standard output.
37
  ENV PYTHONUNBUFFERED=1
38