Address case-mismatch warning
This commit is contained in:
parent
3239c4c037
commit
3183b56075
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user