Skip to content

Commit

Permalink
Update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Dec 3, 2024
1 parent 8f2cc0c commit 05e0683
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 @@ -8,6 +8,9 @@ WORKDIR /usr/src/standards

COPY . .

RUN ls -al
RUN pwd

RUN ls -al /usr/src/standards/

RUN cargo build --release
Expand All @@ -16,8 +19,6 @@ FROM debian:bullseye-slim

RUN mkdir /artifacts

RUN ls -al /usr/src/standards/

RUN ls -al /usr/src/standards/target/wasm32-unknown-unknown/release/

COPY --from=builder /usr/src/standards/target/wasm32-unknown-unknown/release/*.wasm /artifacts/
Expand Down

0 comments on commit 05e0683

Please sign in to comment.