forked from SoDOff-Project/sodoff
ensure path set
This commit is contained in:
parent
b9c7e49dc6
commit
4c51b60b12
@ -15,6 +15,9 @@ RUN mv src/assets /app && ln -s /app/assets src/
|
|||||||
# install ef tools
|
# install ef tools
|
||||||
RUN dotnet tool install --global dotnet-ef --version 7.0.12
|
RUN dotnet tool install --global dotnet-ef --version 7.0.12
|
||||||
|
|
||||||
|
# ensure path set
|
||||||
|
ENV PATH="${PATH}:/root/.dotnet/tools"
|
||||||
|
|
||||||
# ensure database is in sync with migrations
|
# ensure database is in sync with migrations
|
||||||
RUN dotnet ef database update
|
RUN dotnet ef database update
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user