dsmueller commited on
Commit
d8a44b5
1 Parent(s): feee6eb

Fix user permission issue in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN python -m venv /venv && \
32
  # RUN /venv/bin/pip install opencv-python
33
 
34
  # Set user back to non-root
35
- USER user
36
 
37
  # Make port 80 available to the world outside this container
38
  EXPOSE 80
 
32
  # RUN /venv/bin/pip install opencv-python
33
 
34
  # Set user back to non-root
35
+ USER user
36
 
37
  # Make port 80 available to the world outside this container
38
  EXPOSE 80