Skip to content

Commit 1f24d45

Browse files
authored
Merge pull request #308 from umutesen/patch-1
Update index.md
2 parents d9f0c9a + 302bbda commit 1f24d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/our-application/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
4141
WORKDIR /app
4242
COPY . .
4343
RUN yarn install --production
44-
CMD ["node", "src/index.js"]
44+
CMD ["node", "./src/index.js"]
4545
```
4646

4747
Please check that the file `Dockerfile` has no file extension like `.txt`. Some editors may append this file extension automatically and this would result in an error in the next step.

0 commit comments

Comments
 (0)