Expose port 5173 for the Dev environment

This commit is contained in:
Darko Gjorgjijoski
2024-08-04 02:38:02 +02:00
parent f16b4df44a
commit fbac9abbc5
5 changed files with 722 additions and 769 deletions

View File

@@ -7,6 +7,8 @@ services:
args:
- UID=${USRID:-1000}
- GID=${GRPID:-1000}
ports:
- 5173:5173
volumes:
- ../:/home/invoiceshelf/app
networks: