@@ -3,5 +3,5 @@ RUN rm /app -rf
RUN mkdir /app
ADD . /app/
WORKDIR /app
-CMD ["/app/main"]
+CMD ["/app/main", "8888"]