Skip to content

Commit d586de4

Browse files
author
sgofferj
committed
Fix dockerfile
1 parent cc4336a commit d586de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ WORKDIR /usr/src/app/
44
COPY package.json .
55
RUN npm install
66
COPY index.js .
7+
COPY lib .
78

89
CMD [ "node", "index.js" ]

0 commit comments

Comments
 (0)