mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 17:02:26 +08:00
8 lines
124 B
Docker
8 lines
124 B
Docker
FROM ubuntu:18.04
|
|
|
|
WORKDIR /anticheat
|
|
COPY ./bin/anticheat ./anticheat
|
|
RUN chmod +x ./anticheat
|
|
|
|
ENTRYPOINT ["./anticheat"]
|