Compare commits

...

2 Commits

Author SHA1 Message Date
ebb89a1865 refs #0 2023-11-05 15:04:16 +03:00
sbps-test user
de0452eb71 refs #0 2023-11-05 14:44:21 +03:00
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ __pycache__/
/postgres
tags
package-lock.json
front/build/

View File

@@ -29,7 +29,7 @@ services:
working_dir: /code
volumes:
- ./front:/code
command: bash -c "npm install && npm run dev -- --host 0.0.0.0"
command: bash -c "npm isntall && npm run dev -- --host 0.0.0.0"
ports:
- "127.0.0.1:5173:5173"
networks:

View File

@@ -19,6 +19,7 @@ server {
location / {
access_log off;
client_max_body_size 200M;
include proxy_params;
proxy_send_timeout 600;
@@ -26,3 +27,4 @@ server {
proxy_pass http://127.0.0.1:5173;
}
}