fix(ci): fix ci again

This commit is contained in:
Tim Nebel 2025-03-06 11:41:04 +00:00
commit 7adeca6069
2 changed files with 2 additions and 2 deletions

View file

@ -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"]