diff --git a/Dockerfile b/Dockerfile index 5a2ef20..f9cc91d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,5 +54,5 @@ COPY nginx.conf /etc/nginx/nginx.conf COPY start.sh /start.sh RUN chmod +x /start.sh -EXPOSE 80 +EXPOSE 80 3001 CMD ["/start.sh"]