Skip to content

Commit

Permalink
add hoop binary, fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello committed Jun 17, 2023
1 parent 1552609 commit 82d1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV LC_ALL en_US.UTF-8
COPY rootfs /
COPY dist/webapp-resources /app/ui/
COPY dist/binaries/ /tmp/
RUN tar -xf /tmp/$(uname -s)_$(dpkg --print-architecture)/hoop_*_$(uname -s)_$(dpkg --print-architecture).tar.gz -C /app/ && \
RUN tar -xf /tmp/hoop_*_$(uname -s)_$(dpkg --print-architecture).tar.gz -C /app/ && \
rm -rf /tmp/*

EXPOSE 8009
Expand Down

0 comments on commit 82d1d83

Please sign in to comment.