mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
8 lines
79 B
Docker
8 lines
79 B
Docker
|
FROM python:slim
|
||
|
|
||
|
WORKDIR /srv
|
||
|
|
||
|
COPY . .
|
||
|
|
||
|
RUN pip3 install -r requirements.txt
|