This commit is contained in:
13
Dockerfile
13
Dockerfile
@ -0,0 +1,13 @@
|
||||
FROM python:3.11.5-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache poetry
|
||||
|
||||
COPY ./poetry.lock ./pyproject.toml ./
|
||||
|
||||
RUN poetry install --without dev --sync
|
||||
|
||||
COPY ./dj-embe ./dj-embe
|
||||
|
||||
CMD poetry run python dj-embe
|
||||
|
Reference in New Issue
Block a user