[TASK] Finish building first working release

This commit is contained in:
Philipp Dieter
2022-03-19 00:23:10 +01:00
parent 7df68dc0eb
commit 18061966d7
14 changed files with 163 additions and 7 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# syntax=docker/dockerfile:1
FROM python:3.8-slim-buster
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt
COPY check in out /opt/resource/