diff --git a/Stormshield/dockerfile b/Stormshield/dockerfile deleted file mode 100644 index d815be3f..00000000 --- a/Stormshield/dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM python:3.11 - -WORKDIR /app - -RUN pip install poetry - -# Install dependencies -COPY poetry.lock pyproject.toml /app/ -RUN poetry config virtualenvs.create false && poetry install --no-dev - -COPY . . - -RUN useradd -ms /bin/bash sekoiaio-runtime -USER sekoiaio-runtime - -ENTRYPOINT [ "python", "./main.py" ] \ No newline at end of file