We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28256c5 commit 2c40414Copy full SHA for 2c40414
Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:latest
2
COPY ./demo /src
3
-WORKIDR /src
+WORKDIR /src
4
5
CMD ["npm", "start"]
0 commit comments