@@ -11,4 +11,5 @@ RUN cd /app \
&& rm -rf /app/trunk \
&& chmod +x /app/wapage/*.sh
+ENTRYPOINT ["entrypoint.sh"]
CMD ["supervisord"]