You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tutorial/our-application/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ see a few flaws in the Dockerfile below. But, don't worry! We'll go over them.
41
41
WORKDIR /app
42
42
COPY . .
43
43
RUN yarn install --production
44
-
CMD ["node", "/app/src/index.js"]
44
+
CMD ["node", "src/index.js"]
45
45
```
46
46
47
47
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