Skip to content
Snippets Groups Projects
Commit 2420ae27 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

Fix docker build process and readme

parent 4e3c7a43
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@
To build the app, compile the docker container.
```bash
docker build -t getraenkekasse .
docker compose build
```
To start it you then just have to set up the `docker-compose.yml` and use `docker-compose up -d`.
To start it you then just have to set up the `docker-compose.yml` and use `docker compose up`.
## Initialization
......
......@@ -17,7 +17,6 @@ services:
timeout: 30s
retries: 5
getraenkekasse:
image: getraenkekasse
restart: always
build:
context: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment