Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|