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
+2
View File
@@ -7,6 +7,8 @@ services:
args:
- UID=${USRID:-1000}
- GID=${GRPID:-1000}
ports:
- 5173:5173
volumes:
- ../:/home/invoiceshelf/app
networks:
+2
View File
@@ -7,6 +7,8 @@ services:
args:
- UID=${USRID:-1000}
- GID=${GRPID:-1000}
ports:
- 5173:5173
volumes:
- ../:/home/invoiceshelf/app
networks:
+2
View File
@@ -9,6 +9,8 @@ services:
- GID=${GRPID:-1000}
volumes:
- ../:/home/invoiceshelf/app
ports:
- 5173:5173
networks:
- invoiceshelf-dev
+1 -1
View File
@@ -2,7 +2,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"test": "eslint ./resources/scripts --ext .js,.vue"
+715 -768
View File
File diff suppressed because it is too large Load Diff