Skip to content

Commit

Permalink
chore: rename package to hello-nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf committed Jul 25, 2024
1 parent 13b290a commit 5fa4fc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# nextjs-hello
# hello-nextjs

## Docker

```bash
docker build -t nextjs-hello:dev .
docker run --env-file .env.local -p 8000:3000 nextjs-hello:dev
docker build -t hello-nextjs:dev .
docker run --env-file .env.local -p 8000:3000 hello-nextjs:dev
```

## Development
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs-hello",
"name": "hello-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 5fa4fc2

Please sign in to comment.