Browse Source

First version of the frontend

main
Iakovos Mastrogiannopoulos 2 years ago
parent
commit
58f3cb7f5a
  1. 2
      docker-compose.yml
  2. 2
      frontend

2
docker-compose.yml

@ -5,6 +5,8 @@ services:
build: frontend
container_name: project-faas-frontend
hostname: app
ports:
- "4200:4200"
volumes:
- ./frontend:/app
depends_on:

2
frontend

@ -1 +1 @@
Subproject commit 3a8c5988fb1bf84b102e3c1ed8da8165a45b5532
Subproject commit 1fd3f2df3447c2b4fc42a9fd9e9d2886191f7bb0
Loading…
Cancel
Save