5 lines
62 B
Docker
5 lines
62 B
Docker
FROM scratch
|
|
|
|
COPY InnkeeperBot /
|
|
RUN chmod a+x /InnkeeperBot
|
FROM scratch
|
|
|
|
COPY InnkeeperBot /
|
|
RUN chmod a+x /InnkeeperBot
|