Skip to content

Commit 9e18556

Browse files
authored
Update README.md
1 parent d06b772 commit 9e18556

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,12 @@
22

33
> My cool Nuxt.js project
44
5-
## Build Setup
5+
## make docker image
66

7-
``` bash
8-
# install dependencies
9-
$ yarn install
10-
11-
# serve with hot reload at localhost:3000
12-
$ yarn run dev
13-
14-
# build for production and launch server
15-
$ yarn run build
16-
$ yarn start
17-
18-
# generate static project
19-
$ yarn run generate
7+
```
8+
docker build --tag <name>:<version> .
209
```
2110

22-
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
11+
## run docker container
12+
13+
docker run --name <container-name> -p 3000:3000 <image-name>:<version>

0 commit comments

Comments
 (0)