Skip to content

Commit 2c40414

Browse files
committed
fix dockerfile
1 parent 28256c5 commit 2c40414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:latest
22
COPY ./demo /src
3-
WORKIDR /src
3+
WORKDIR /src
44

55
CMD ["npm", "start"]

0 commit comments

Comments
 (0)