Address case-mismatch warning

This commit is contained in:
Jack Jackson 2024-06-23 18:11:17 -07:00
parent 3239c4c037
commit 3183b56075

View File

@ -46,14 +46,14 @@ EXPOSE 8000
# Targets diverge from here # Targets diverge from here
######## ########
FROM base as prod FROM base AS prod
COPY . . COPY . .
CMD uvicorn app:app --host 0.0.0.0 CMD uvicorn app:app --host 0.0.0.0
### ###
FROM base as dev FROM base AS dev
# You probably want sqlite3 to poke around with the database anyway # You probably want sqlite3 to poke around with the database anyway
USER root USER root
RUN apt update RUN apt update