Skip to content

Commit 2b8aa01

Browse files
[fix] small changes for dockerignore file
1 parent 63a58b2 commit 2b8aa01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/guides/vuejs/containerize.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For consistency, please use the same responses shown in the example below when p
8282
| Which package manager do you want to use? | npm |
8383
| Do you want to run "npm run build" before starting server? | yes |
8484
| What directory is your build output to? | dist |
85-
| What command do you want to use to start the app? | npm run dev |
85+
| What command do you want to use to start the app? | npm run build |
8686
| What port does your server listen on? | 8080 |
8787

8888
After completion, your project directory will contain the following new files:
@@ -246,9 +246,6 @@ Thumbs.db
246246
# -------------------------------
247247
# Lockfiles (optional)
248248
# -------------------------------
249-
package-lock.json
250-
yarn.lock
251-
pnpm-lock.yaml
252249
npm-debug.log*
253250
yarn-debug.log*
254251
yarn-error.log*

0 commit comments

Comments
 (0)