mirror of
https://github.com/Danny-de-bree/fullstaq-operator.git
synced 2026-08-20 16:26:14 +00:00
done
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
COPY requirements.txt /opt/app
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . /opt/app
|
||||
Reference in New Issue
Block a user