Skip to content

Commit

Permalink
💚CI: CI TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHyuckSa committed Oct 26, 2023
1 parent f05880e commit 19edda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ FROM python:3.11-slim

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV POETRY_HOME=/etc/poetry python3 -


RUN mkdir /app/
WORKDIR /app/

RUN apt update
COPY ./requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install "poetry==1.6.1"
RUN poetry install

COPY pyproject.toml .

Expand Down
40 changes: 0 additions & 40 deletions requirements.txt

This file was deleted.

0 comments on commit 19edda5

Please sign in to comment.