Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebenner authored Oct 22, 2024
1 parent 696a4fe commit 22f3dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN npm install -g tsx

COPY . .

RUN git clone https://github.com/meshtastic/protobufs.git src/protobufs
# Remove existing 'src/protobufs' if it exists, then clone the repository
RUN rm -rf src/protobufs && git clone https://github.com/meshtastic/protobufs.git src/protobufs

CMD [ "tsx", "index.ts" ]
CMD [ "tsx", "index.ts" ]

0 comments on commit 22f3dbd

Please sign in to comment.