Skip to content

Commit

Permalink
docker troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Jan 25, 2024
1 parent cbcf959 commit bc2daa0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,22 @@ To run a server locally:
docker compose up
```

Or to rebuild the Docker image:

```fish
docker compose up --build
```

If it stops working for some reason, run:

```fish
docker compose build --no-cache
```

And then try again.

### Deployment

1. Create folder in root-directory. The name should be *app-xxx*, where xxx is the same as in the version-tag in the package.json of the **egon.io** project
2. Unzip the contents into the created folder. Do not unzip the root folder of the zip, but the contents of the folder (assets, bpmn files, etc.)
3. Change the symbolic link that **app-v2** links to: `rm app-v2 && ln -s app-v2.<TAG> app-v2`
Expand Down

0 comments on commit bc2daa0

Please sign in to comment.