Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 authored Dec 17, 2024
1 parent 7cd8c23 commit 4a6b427
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ services:
api:
image: ghcr.io/battmoteam/battmoapp_api:latest
build:
context: ./api
dockerfile: Dockerfile
target: prod
container_name: api
restart: always
ports:
Expand All @@ -54,20 +50,13 @@ services:
gui:
image: ghcr.io/battmoteam/battmoapp_gui:latest
build: ./gui
container_name: gui
restart: always
ports:
- "8501:8501"
command: streamlit run app.py --global.disableWidgetStateDuplicationWarning true --server.port=8501
```

Now run the following command to build the containers:

```<bash>
docker-compose build
```

Now run the following command to start the containers:

```<bash>
Expand Down

0 comments on commit 4a6b427

Please sign in to comment.