Skip to content

Commit

Permalink
Put the entire repo as volume for the vite docker container instead o…
Browse files Browse the repository at this point in the history
…f just a few selected files.
  • Loading branch information
Theophile-Madet committed Oct 18, 2024
1 parent f6d796e commit 1c29b14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ services:
ports:
- '5173:5173'
volumes:
- ./vite.config.ts:/app/vite.config.ts
- ./src:/app/src
- ./dist:/app/dist
- ./static:/app/static
- .:/app

volumes:
nginx-certs-volume:

0 comments on commit 1c29b14

Please sign in to comment.