We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563e80f commit 91ee605Copy full SHA for 91ee605
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
build:
4
context: .
5
dockerfile: Dockerfile
6
- image: nextjs
+ image: nextjs # docker build -t nextjs .
7
container_name: blog
8
ports:
9
- 3000:3000
0 commit comments