Merge branch 'hotfix/v1.0.1' of https://github.com/ONLYOFFICE/AppServer into hotfix/v1.0.1

This commit is contained in:
Sergey Kirichenko 2021-11-02 14:39:29 +03:00
commit 8e9725d820
15 changed files with 15 additions and 15 deletions

View File

@ -201,7 +201,7 @@ WORKDIR ${BUILD_PATH}/products/ASC.Files/service/
COPY --chown=onlyoffice:onlyoffice docker-entrypoint.sh .
COPY --from=base --chown=onlyoffice:onlyoffice ${BUILD_PATH}/services/ASC.Files.Service/service/ .
CMD ["ASC.Files.Service.dll", "ASC.Files.Service", "core:products:folder=/var/www/products/", "core:products:subfolder=server"]
CMD ["ASC.Files.Service.dll", "ASC.Files.Service", "core:products:folder=/var/www/products/", "core:products:subfolder=server", "disable_elastic=true"]
## ASC.Mail ##
FROM builder AS mail

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"packages": [
"packages/asc-web-components",

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/common",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "echo 'skip it'",

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/components",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "echo 'skip it'",

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/browserslist-config-asc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared browserslist for AppServer libraries and apps",
"main": "browserlist.config.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/debug-info",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Command line tool for generating debug info by commit history",
"main": "src/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/crm",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/crm",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/calendar",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/calendar",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/files",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/files",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/mail",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/mail",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/people",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/people",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/projects",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/projects",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/studio",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/editor",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/products/files/doceditor",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@appserver/login",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"homepage": "/login",
"scripts": {