Init
This commit is contained in:
parent
56701189ca
commit
36dff3d99a
12 changed files with 1296 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM python:3.11
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install .
|
||||
|
||||
CMD python3 -m customiwmserver
|
Loading…
Add table
Add a link
Reference in a new issue