Skip to content

Commit

Permalink
Merge pull request #424 from RabotaRu/fix-long-req-to-back
Browse files Browse the repository at this point in the history
Fix long req to back
  • Loading branch information
rpiontik authored Nov 6, 2023
2 parents b96b3dd + 95596ea commit 016c751
Show file tree
Hide file tree
Showing 14 changed files with 358 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
ARG NODE_VERSION=16
ARG NODE_VERSION=20



Expand Down
2 changes: 1 addition & 1 deletion README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ docker-compose up --build

**Requirements:**

* nodejs >= 12
* nodejs >= 20
* plantuml with shade plugin


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ DocHub станет доступен по адресу [http://localhost:8080/ma

Проект является VueJS SPA приложением. В качестве backend пользуется GitLab.

Для развёртывания потребуется стандартная сборка VueJS приложения средствами npm, версией не ниже 8.1.х (версия node 16.х.х).
Для развёртывания потребуется стандартная сборка VueJS приложения средствами npm, версией не ниже 8.1.х (версия node 20.х.х).
```
npm сi
npm run build
Expand Down
Loading

0 comments on commit 016c751

Please sign in to comment.