ChandimaPrabath commited on
Commit
4a5c97e
·
verified ·
1 Parent(s): 60aec89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN make
22
  COPY webdis.json /etc/webdis.json
23
 
24
  # Expose Redis and Webdis ports
25
- EXPOSE 6379 7860
26
 
27
- # Start Redis in the background and Webdis in the foreground
28
- CMD /tmp/redis/redis-4.0.11/src/redis-server --daemonize yes && webdis /etc/webdis.json
 
22
  COPY webdis.json /etc/webdis.json
23
 
24
  # Expose Redis and Webdis ports
25
+ EXPOSE 6379 7379
26
 
27
+ # Start Redis and Webdis with specified port
28
+ CMD /tmp/redis/redis-4.0.11/src/redis-server --daemonize yes && webdis /etc/webdis.json -p 7379