mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
9 lines
112 B
Docker
9 lines
112 B
Docker
FROM python:3.12-slim
|
|
|
|
WORKDIR /imhex
|
|
|
|
COPY ./out/ .
|
|
|
|
EXPOSE 9090
|
|
|
|
CMD [ "python", "/imhex/start_imhex_web.py" ] |