feat: Dockerize + workflow WIP
Some checks failed
Docker build and push / terraform (push) Failing after 5s
Some checks failed
Docker build and push / terraform (push) Failing after 5s
Signed-off-by: Artémis Michelot <artemis.michelot@gmail.com>
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM gitea.dotty.fr/dotty/ubuntu-poetry-latest:latest
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY poetry.lock pyproject.toml /app/
|
||||
RUN poetry install --no-root
|
||||
COPY main.py /app/
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user