Skip to content

Commit 6e16bfe

Browse files
author
Elise Alix
authored
fix booting of local docker server for tests (#76)
1 parent 42260ca commit 6e16bfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/local/test/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ FROM node:19-alpine
22

33
WORKDIR /code
44
ADD script.js script.js
5+
RUN apk update && apk add git
56
RUN npm install @xmtp/xmtp-js ethers
6-
CMD ["node", "script.js"]
7+
CMD ["node", "script.js"]

0 commit comments

Comments
 (0)