Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Choiński <[email protected]>
  • Loading branch information
Wallted committed Feb 10, 2024
1 parent 0da9874 commit d0dce45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
18 changes: 0 additions & 18 deletions Foodie/ClientApp/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Foodie/ClientApp/src/app/starting/starting.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ <h1 class="text-center header mt-5"><b>Welcome!</b></h1>
<h1 class="text-justify mt-4">This app will help you control your weight by managing your meals and tracking calorie intake. Add favorite products, create meals, supervise nutrition. </h1>
<a mat-button class="mt-4 transparent-button" [routerLink]='["/authentication/register"]' [state]='{ local: true }' title="Register">Sign up now!</a>
<a mat-button class="mt-4 transparent-button" [routerLink]='["/authentication/login"]' [state]='{ local: true }' title="Login">Sign in</a>
</div>
</div>
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ services:
context: ./Foodie
depends_on:
- db
angular:
container_name: angular
ports:
- 80:4200
build:
context: ./Foodie/ClientApp
volumes:
- ${PWD}/Foodie/ClientApp/:/app/
- /app/node_modules

db:
container_name: mssql_db
user: root
Expand Down

0 comments on commit d0dce45

Please sign in to comment.