Skip to content

Commit

Permalink
Merge pull request #27 from SWM-SMART/dev
Browse files Browse the repository at this point in the history
πŸ’š fix: add requirements.txt
  • Loading branch information
minseok-oh authored Oct 31, 2023
2 parents 7894f9e + 3753df6 commit de21d0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
FROM python:3.11.1

WORKDIR /code

# copy code
COPY ./requirements.txt /code/requirements.txt

# install
RUN pip install --no-cache-dir -r /code/requirements.txt

# run FastAPI
COPY ./app /code/app
COPY ./scripts /code/scripts
RUN chmod +x /code/scripts/run.sh
Expand Down

0 comments on commit de21d0a

Please sign in to comment.