Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 8, 2023
1 parent 0fc0313 commit 9a7cbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM busybox:1.36.1
ARG VIAM_CLI viam-latest-linux-amd64

RUN wget https://storage.googleapis.com/packages.viam.com/apps/viam-cli/$VIAM_CLI
COPY upload.sh
RUN upload.sh
COPY upload.sh .
CMD ./upload.sh
Empty file modified upload.sh
100644 → 100755
Empty file.

0 comments on commit 9a7cbd0

Please sign in to comment.