Skip to content

Commit

Permalink
Change docker compose file endings from yaml to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-ve committed Dec 6, 2024
1 parent 0afd925 commit 611d365
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project contains the following (relevant) folders:

For the metrics generation, refer to the [README](metrics-generation/README.md) in the `metrics-generation` folder.

For the app, run `docker-compose up` in the root folder. The app will be available at `http://localhost:3000`. This docker setup is intended to also be used in development while supporting hot-reloading. The production application is built using a different `target` (for dev: `nemesis-dev` as set in the [docker-compose.yaml](docker-compose.yaml)).
For the app, run `docker-compose up` in the root folder. The app will be available at `http://localhost:3000`. This docker setup is intended to also be used in development while supporting hot-reloading. The production application is built using a different `target` (for dev: `nemesis-dev` as set in the [docker-compose.yaml](docker-compose.yml)).

## Backend Endpoints

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 611d365

Please sign in to comment.