add resources to final output
This commit is contained in:
parent
f73ef768bc
commit
3eafc236e9
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ WORKDIR /app
|
|||
|
||||
# Copy the compiled binary from the builder stage
|
||||
COPY --from=builder /app/target/x86_64-unknown-linux-musl/prod/account /account
|
||||
COPY --from=builder /app/res /
|
||||
|
||||
# Set executable permissions
|
||||
# RUN chmod +x /account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue