We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560b34c commit 5468100Copy full SHA for 5468100
docker/Dockerfile
@@ -9,6 +9,8 @@ COPY freighter-auth/ freighter-auth
9
COPY freighter-index/ freighter-index
10
COPY freighter-server/ freighter-server
11
COPY freighter-storage/ freighter-storage
12
+COPY freighter-api-types/ freighter-api-types
13
+COPY freighter-client/ freighter-client
14
15
RUN cd freighter \
16
&& cargo install --path .
0 commit comments