Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
David Hain
c1a32c1a30
fix: README 2024-01-26 14:41:37 +01:00
David Hain
adc971f587
Update docker-compose.yml 2023-02-07 09:10:31 +01:00
Stefan Prechtl
28a3c48cdb
Update README.md 2023-02-05 22:48:26 +01:00
7e2ac3f488 Merge 2023-02-01 19:00:46 +01:00
2 changed files with 35 additions and 34 deletions

View file

@ -21,8 +21,10 @@ and run:
npm install npm install
``` ```
### Start the container ### Start the container (in the project root)
```shell ```shell
docker compose up --build docker compose up --build
``` ```
You can then access the website on `localhost:8080`

View file

@ -30,4 +30,3 @@ services:
volumes: volumes:
- ./frontend:/app - ./frontend:/app