mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
fix: containerized senju did not start properly
Refs: OPS-10
This commit is contained in:
parent
83add1d0a3
commit
7d41df6976
3 changed files with 11 additions and 10 deletions
|
|
@ -1,13 +1,13 @@
|
|||
FROM python:3.12-alpine AS base
|
||||
|
||||
# VENV not needed in docker container
|
||||
ENV POETRY_VIRTUALENVS_CREATE=false
|
||||
ENV POETRY_VIRTUALENVS_CREATE=true
|
||||
ENV FLASK_APP=senju/main.py
|
||||
|
||||
COPY ./entrypoint.sh /
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY . .
|
||||
|
||||
# Install dependencies
|
||||
RUN apk add curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue