holoid commited on
Commit
853fca7
1 Parent(s): 150a416

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,4 +15,6 @@ RUN --mount=type=secret,id=GIST_CONFIG,mode=0444,required=true \
15
 
16
  RUN chmod -R 777 /app
17
 
 
 
18
  CMD ["supervisord", "-c", "/app/supervisord.conf"]
 
15
 
16
  RUN chmod -R 777 /app
17
 
18
+ EXPOSE 2525 2526
19
+
20
  CMD ["supervisord", "-c", "/app/supervisord.conf"]