alwaysdungeons/Dockerfile

4 lines
95 B
Docker

FROM python:3.11-slim-bookworm
WORKDIR /data
ADD AlwaysDungeons.tar.gz /data
CMD ["/data/main"]