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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -32,9 +32,6 @@ RUN apt-get update \
32
  # Switch to the root user
33
  USER root
34
 
35
- # Create the postgres user and group
36
- RUN groupadd -r postgres && useradd --no-log-init -r -g postgres postgres
37
-
38
  # Copy the built virtual environment from the builder stage
39
  COPY --from=builder /usr/local /usr/local
40
 
 
32
  # Switch to the root user
33
  USER root
34
 
 
 
 
35
  # Copy the built virtual environment from the builder stage
36
  COPY --from=builder /usr/local /usr/local
37