Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -41,8 +41,7 @@ COPY --from=builder /usr/local /usr/local
|
|
41 |
COPY ./ .
|
42 |
|
43 |
# Start Redis server and PostgreSQL in the background
|
44 |
-
RUN service redis-server start
|
45 |
-
&& service postgresql start
|
46 |
|
47 |
# Switch back to a non-root user for security
|
48 |
USER appuser
|
|
|
41 |
COPY ./ .
|
42 |
|
43 |
# Start Redis server and PostgreSQL in the background
|
44 |
+
RUN service redis-server start
|
|
|
45 |
|
46 |
# Switch back to a non-root user for security
|
47 |
USER appuser
|