Skip to content

Commit

Permalink
fix(windows): removed unused start script (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Aug 17, 2023
1 parent 85ae06c commit ad7ac15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions backend/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ COPY ./requirements.txt /code/requirements.txt

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

#You may need to run `chmod +x ./backend/core/scripts/start.sh` on your host machine if you get a permission error
COPY ./scripts/start.sh /code/scripts/start.sh
RUN chmod +x /code/scripts/start.sh

COPY . /code

ENTRYPOINT ["bash", "/code/scripts/start.sh"]
CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "5050"]
21 changes: 0 additions & 21 deletions backend/core/scripts/start.sh

This file was deleted.

0 comments on commit ad7ac15

Please sign in to comment.