diff --git a/build/images/openim-tools/openim-web/Dockerfile b/build/images/openim-tools/openim-web/Dockerfile index fc5c7bc76..77ca4cf49 100644 --- a/build/images/openim-tools/openim-web/Dockerfile +++ b/build/images/openim-tools/openim-web/Dockerfile @@ -50,7 +50,7 @@ COPY --from=builder /openim/openim-server/dist /openim/openim-server/dist ENV PORT 11001 ENV DISTPATH /openim/openim-server/dist -EXPOSE $PORT +EXPOSE 11001 RUN mv ${OPENIM_SERVER_BINDIR}/tools/$(get_os)/$(get_arch)/openim-web /usr/bin/openim-web diff --git a/deployments/templates/init/README.md b/deployments/templates/init/README.md index 460739372..b9957dadc 100644 --- a/deployments/templates/init/README.md +++ b/deployments/templates/init/README.md @@ -144,7 +144,7 @@ source ./environment.sh cat > openim-api.service.template < $service.service.template <