Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
better docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent a02d37d commit 809ad9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
COPY . /app

# Partie variable d'environnement URLs
ENV URL_API="https://api.insa-cvl.com"
ENV URL_API=https://api.insa-cvl.com


EXPOSE 5000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
ports:
- "5000:5000"
environment:
- URL_API="https://api.insa-cvl.com/"
- URL_API=https://api.insa-cvl.com
restart: always
```
3. check the logs : `docker logs vdi-app` or `docker-compose logs -f`
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ services:
ports:
- "5000:5000"
environment:
- URL_API="https://api.insa-cvl.com/"
- URL_API=https://api.insa-cvl.com
restart: always

0 comments on commit 809ad9f

Please sign in to comment.