2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-06-12 05:12:25 +00:00

chore(lint): Run end-of-file-fixer

This commit is contained in:
Lev Vereshchagin 2021-12-10 11:51:11 +03:00
parent 9f0d602c72
commit 3e4e66769b
8 changed files with 7 additions and 8 deletions

View File

@ -9,4 +9,4 @@ Welcome to the frappe_docker issue tracker! Before creating an issue, please hee
1. Use the search function before creating a new issue. Duplicates will be closed and directed to the original discussion.
2. Please write extensively, clearly and in detail.
-->
-->

View File

@ -10,4 +10,4 @@
"unwantedRecommendations": [
]
}
}

View File

@ -135,4 +135,4 @@ RUN node --version \
RUN bash -c "node --version" \
&& bash -c "npm --version" \
&& bash -c "yarn --version" \
&& bash -c "bench --help"
&& bash -c "bench --help"

View File

@ -36,4 +36,4 @@ def main():
if __name__ == "__main__":
main()
main()

View File

@ -10,4 +10,4 @@ COMMON_SITE_CONFIG_FILE = 'common_site_config.json'
DATE_FORMAT = "%Y%m%d_%H%M%S"
RDS_DB = 'rds_db'
RDS_PRIVILEGES = "SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE, LOCK TABLES"
ARCHIVE_SITES_PATH = '/home/frappe/frappe-bench/sites/archive_sites'
ARCHIVE_SITES_PATH = '/home/frappe/frappe-bench/sites/archive_sites'

View File

@ -1,3 +1,3 @@
{
"debug.node.autoAttach": "disabled"
}
}

View File

@ -292,4 +292,3 @@ SITES=`site1.example.com`,`site2.example.com`
6. Env variables:
- MAINTENANCE_MODE=1
7. Start container

View File

@ -191,4 +191,4 @@ docker run \
-v <project-name>_sites-vol:/home/frappe/frappe-bench/sites \
--network <project-name>_default \
frappe/erpnext-worker:$VERSION migrate
```
```