chore(lint): Run end-of-file-fixer
This commit is contained in:
parent
9f0d602c72
commit
3e4e66769b
@ -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.
|
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.
|
2. Please write extensively, clearly and in detail.
|
||||||
-->
|
-->
|
||||||
|
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -10,4 +10,4 @@
|
|||||||
"unwantedRecommendations": [
|
"unwantedRecommendations": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -135,4 +135,4 @@ RUN node --version \
|
|||||||
RUN bash -c "node --version" \
|
RUN bash -c "node --version" \
|
||||||
&& bash -c "npm --version" \
|
&& bash -c "npm --version" \
|
||||||
&& bash -c "yarn --version" \
|
&& bash -c "yarn --version" \
|
||||||
&& bash -c "bench --help"
|
&& bash -c "bench --help"
|
||||||
|
@ -36,4 +36,4 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
@ -10,4 +10,4 @@ COMMON_SITE_CONFIG_FILE = 'common_site_config.json'
|
|||||||
DATE_FORMAT = "%Y%m%d_%H%M%S"
|
DATE_FORMAT = "%Y%m%d_%H%M%S"
|
||||||
RDS_DB = 'rds_db'
|
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"
|
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'
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"debug.node.autoAttach": "disabled"
|
"debug.node.autoAttach": "disabled"
|
||||||
}
|
}
|
||||||
|
@ -292,4 +292,3 @@ SITES=`site1.example.com`,`site2.example.com`
|
|||||||
6. Env variables:
|
6. Env variables:
|
||||||
- MAINTENANCE_MODE=1
|
- MAINTENANCE_MODE=1
|
||||||
7. Start container
|
7. Start container
|
||||||
|
|
||||||
|
@ -191,4 +191,4 @@ docker run \
|
|||||||
-v <project-name>_sites-vol:/home/frappe/frappe-bench/sites \
|
-v <project-name>_sites-vol:/home/frappe/frappe-bench/sites \
|
||||||
--network <project-name>_default \
|
--network <project-name>_default \
|
||||||
frappe/erpnext-worker:$VERSION migrate
|
frappe/erpnext-worker:$VERSION migrate
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user