Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:24.15.0-alpine

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ You can also run the application using Docker:

```bash
# Build and start the container
docker-compose up --build
docker compose up --build

# Run in detached mode
docker-compose up -d
docker compose up -d
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand Down