Skip to content

Commit

Permalink
revert binary in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Apr 16, 2024
1 parent 03c3cd9 commit d6befdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM ubuntu:latest

RUN apt-get update -y

COPY --from=go-builder /app/build/rollapp-wasm /usr/local/bin/
COPY --from=go-builder /app/build/rollappd /usr/local/bin/
COPY --from=go-builder /lib/libwasmvm.x86_64.so /lib/libwasmvm.x86_64.so
COPY --from=go-builder /lib/libwasmvm.aarch64.so /lib/libwasmvm.aarch64.so

Expand Down
2 changes: 1 addition & 1 deletion roller.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM alpine:3.16.1

RUN apk add curl jq bash vim

COPY --from=go-builder /app/build/rollapp-wasm /usr/local/bin/
COPY --from=go-builder /app/build/rollappd /usr/local/bin/
COPY --from=go-builder /app/roller/build/roller /usr/local/bin/

WORKDIR /app
Expand Down

0 comments on commit d6befdb

Please sign in to comment.