fix(ci): fix ci again
This commit is contained in:
parent
add29fa78b
commit
7adeca6069
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ WORKDIR /app
|
|||
COPY --from=builder /app/target/release/account /app/account
|
||||
|
||||
# Set executable permissions
|
||||
RUN chmod +x /app/eshop-rs
|
||||
RUN chmod +x /app/account
|
||||
|
||||
# Command to run the application
|
||||
CMD ["ls /app"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue