CustomIWMServer/Dockerfile

10 lines
148 B
Text
Raw Normal View History

2022-11-18 16:51:24 +00:00
FROM python:3.11
WORKDIR /app
COPY . .
2022-12-03 12:51:33 +00:00
RUN --mount=type=cache,target=/tmp/pip pip install . --cache-dir /tmp/pip
2022-11-18 16:51:24 +00:00
CMD python3 -m customiwmserver