Skip to content

Commit

Permalink
fix: typo in Dockerfile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 6, 2024
1 parent 4118aae commit 4f8567f
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 @@ -40,7 +40,7 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
RUN wasm-pack --version

# Pre-build all cargo dependencies. Because cargo doesn't have a build option
# to build only the dependecies, we pretend that our project is a simple, empty
# to build only the dependencies, we pretend that our project is a simple, empty
# `lib.rs`. When we COPY the actual files we make sure to `touch` lib.rs so
# that cargo knows to rebuild it with the new content.
COPY Cargo.lock .
Expand Down

0 comments on commit 4f8567f

Please sign in to comment.