🚚 Move location of scripts to simplify file structure (#1352)
This commit is contained in:

committed by
GitHub

parent
68a7fe0899
commit
87254dd79e
@@ -17,14 +17,10 @@ RUN bash -c "if [ $INSTALL_DEV == 'true' ] ; then poetry install --no-root ; els
|
||||
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
COPY ./scripts/ /app/
|
||||
COPY ./scripts /app/scripts
|
||||
|
||||
COPY ./alembic.ini /app/
|
||||
|
||||
COPY ./prestart.sh /app/
|
||||
|
||||
COPY ./tests-start.sh /app/
|
||||
|
||||
COPY ./app /app/app
|
||||
|
||||
CMD ["fastapi", "run", "--workers", "4", "app/main.py"]
|
||||
|
Reference in New Issue
Block a user