chore(infra): mount dist volume directly to frontend container to allow instantaneous updates without cached images
This commit is contained in:
+4
-2
@@ -1,9 +1,11 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: ./frontend
|
||||
image: nginx:alpine
|
||||
container_name: subdominio-frontend
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./frontend/dist:/usr/share/nginx/html:ro
|
||||
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- subdominio-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user