chore: Expose port

This commit is contained in:
song-cc-rock
2025-09-26 14:53:47 +08:00
committed by zhao
parent 7f72437ec8
commit f3b80fa28b

View File

@@ -48,5 +48,7 @@ RUN echo -n "${CRM_VERSION}" > /tmp/CRM_VERSION
VOLUME [ "/opt/cordys" ]
EXPOSE 8081 8082
RUN chmod 777 /shells/*.sh
ENTRYPOINT ["sh", "/shells/start-all.sh"]