ashwinR commited on
Commit
af10b06
·
1 Parent(s): 35caf78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -38,10 +38,6 @@ COPY --from=builder /usr/local /usr/local
38
  # Copy the rest of the backend files to the container
39
  COPY ./ .
40
 
41
-
42
- # Switch back to a non-root user for security
43
- USER appuser
44
-
45
  # Install additional Python dependencies
46
  #RUN pip install -U -q pyngrok ipython psycopg2 alembic
47
 
 
38
  # Copy the rest of the backend files to the container
39
  COPY ./ .
40
 
 
 
 
 
41
  # Install additional Python dependencies
42
  #RUN pip install -U -q pyngrok ipython psycopg2 alembic
43