Dockerized frontend
This commit is contained in:
parent
f4eeb11c68
commit
ad117b4d2c
5 changed files with 26 additions and 1 deletions
|
|
@ -21,3 +21,13 @@ services:
|
|||
ports:
|
||||
- "${EXPRESS_PORT}:3000"
|
||||
|
||||
vue:
|
||||
build: frontend
|
||||
container_name: frontend
|
||||
ports:
|
||||
- "${FRONTEND_PORT}:8080"
|
||||
|
||||
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue