Skip to content

Commit

Permalink
Merge pull request #425 from RabotaRu/v3.5.0
Browse files Browse the repository at this point in the history
v3.5.0
  • Loading branch information
rpiontik committed Nov 6, 2023
2 parents 7e4404d + 4941e44 commit 37235d5
Show file tree
Hide file tree
Showing 51 changed files with 1,938 additions and 109 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
Binary file not shown.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "8080:8080"

plantuml:
image: ghcr.io/rabotaru/dochub/plantuml:v0.0.2
image: seaf/plantuml-server:jetty
container_name: plantuml
ports:
- "8079:8080"

0 comments on commit 37235d5

Please sign in to comment.