Files
imhex/dist/web/Host.Dockerfile
2026-01-11 09:52:34 +01:00

9 lines
112 B
Docker

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