Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -33,6 +33,8 @@ RUN redis-server
|
|
| 33 |
FROM postgres:latest
|
| 34 |
|
| 35 |
# Start Postgres
|
|
|
|
|
|
|
| 36 |
RUN postgres
|
| 37 |
|
| 38 |
# Switch to the root user
|
|
|
|
| 33 |
FROM postgres:latest
|
| 34 |
|
| 35 |
# Start Postgres
|
| 36 |
+
USER postgres
|
| 37 |
+
|
| 38 |
RUN postgres
|
| 39 |
|
| 40 |
# Switch to the root user
|