Escape and lowercase variables
This commit is contained in:
parent
96ff13057f
commit
35aa9ed7fa
5 changed files with 9 additions and 9 deletions
|
@ -9,8 +9,8 @@ RUN cargo install --path . -j $(nproc)
|
|||
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=build /usr/local/cargo/bin/$REPO_NAME /app/$REPO_NAME
|
||||
COPY --from=build /usr/local/cargo/bin/$REPO_NAME_LOWER /app/$REPO_NAME_LOWER
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache libgcc
|
||||
|
||||
CMD ["./${REPO_NAME}"]
|
||||
CMD ["./${REPO_NAME_LOWER}"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue