Fix Dockerfile
This commit is contained in:
parent
bc286562e1
commit
63cad6daf6
@ -15,9 +15,9 @@ FROM fedora:40
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/target/release/hotbot hotbot
|
||||
COPY --from=build /app/target/release/group-bot group-bot
|
||||
COPY assets/ assets/
|
||||
|
||||
RUN chmod +x hotbot
|
||||
RUN chmod +x group-bot
|
||||
|
||||
CMD ["./hotbot"]
|
||||
CMD ["./group-bot"]
|
||||
|
Loading…
Reference in New Issue
Block a user