Skip to content

Commit

Permalink
fix: add LICENSE and lua directory to build
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Jan 2, 2025
1 parent 9375b7d commit 83feba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ FROM rust:1.81 AS env-build

# set work directory and copy source
WORKDIR /srv
COPY README.md Cargo.toml Cargo.lock /srv/
COPY Cargo.toml Cargo.lock LICENSE README.md /srv/
COPY src/ /srv/src/
COPY lua/ /srv/lua/

# cache dependencies and objects and build binary
RUN \
Expand Down

0 comments on commit 83feba7

Please sign in to comment.