Skip to content

Commit e2e3a10

Browse files
committed
Fix of multiple files
1 parent 7821cc2 commit e2e3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/dockerize-vuejs-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN npm install -g http-server
2020
WORKDIR /app
2121
2222
# copy both 'package.json' and 'package-lock.json' (if available)
23-
COPY package*.json .
23+
COPY package*.json ./
2424
2525
# install project dependencies
2626
RUN npm install

0 commit comments

Comments
 (0)