Files
imhex/dist/web/Host.Dockerfile
2026-01-10 14:09:58 +01:00

9 lines
102 B
Docker

FROM python:3.12-slim
WORKDIR /imhex
COPY ./out/ .
EXPOSE 9090
CMD [ "python", "/imhex/serve.py" ]