diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 81dc3af..0b9c0cb 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -34,6 +34,8 @@ services: frontend: image: 192.168.31.100:3847/arrelin/wedding-frontend:latest container_name: wedding_frontend + expose: + - "80" depends_on: - backend networks: diff --git a/frontend/index.html b/frontend/index.html index 072a57e..407d6a6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@
- + -