mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Fix CMD for running app.
This commit is contained in:
parent
d21b74e265
commit
c8d7d82160
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ WORKDIR /app/
|
|||
|
||||
COPY --from=builder /app/target/release/region-restriction-checker .
|
||||
|
||||
CMD ["./region-restriction-checker"]
|
||||
CMD ["/app/region-restriction-checker"]
|
||||
|
|
Loading…
Reference in a new issue