This commit is contained in:
@@ -9,9 +9,6 @@ RUN pip install poetry
|
|||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
RUN poetry install --no-interaction --no-ansi
|
RUN poetry install --no-interaction --no-ansi
|
||||||
|
|
||||||
COPY .env .
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENV POSTGRES_PORT=5432
|
|
||||||
|
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user