ashwinR commited on
Commit
a99c9be
·
1 Parent(s): 5021314

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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