Merge pull request 'change home text and cleanup' (#8) from dev into main
All checks were successful
deploy / deploy (push) Successful in 56s

Reviewed-on: #8
This commit is contained in:
Nick Seguin 2024-06-17 15:15:32 -05:00
commit 37220934d7
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
version: '3.8'
services:
web:
image: nseguin42/website:latest
@ -6,4 +5,4 @@ services:
- .env
ports:
- "42080:8080"
entrypoint: dotnet NSeguin.Dev.Web.dll
entrypoint: dotnet NSeguin.Dev.Web.dll

View file

@ -15,7 +15,7 @@
</h1>
<p class="mt-4 text-base leading-7 text-slate-900">
I'm a software developer based in Iowa.
I'm a software developer based in Florida.
I'm currently working on a few projects, including this website.
Thanks for visiting!
</p>