CustomIWMServer/Dockerfile

10 lines
92 B
Text
Raw Normal View History

2022-11-18 16:51:24 +00:00
FROM python:3.11
WORKDIR /app
COPY . .
RUN pip install .
CMD python3 -m customiwmserver