small fixes for bash
This commit is contained in:
parent
441bcc4e96
commit
a10a3eadfa
@ -1 +1,3 @@
|
||||
dotnet Kasbot.App.dll & ; dotnet Kasbot.API.dll & ; wait
|
||||
dotnet Kasbot.App.dll &
|
||||
dotnet Kasbot.API.dll &
|
||||
wait
|
@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
|
||||
WORKDIR /App
|
||||
|
||||
# Copy everything
|
||||
COPY ./Proto ./Proto
|
||||
COPY ./Kasbot.APP ./Kasbot.APP
|
||||
COPY ./Kasbot.API ./Kasbot.API
|
||||
COPY ./Kasbot.sln ./Kasbot.sln
|
||||
@ -23,4 +24,4 @@ RUN chmod +x start.sh
|
||||
|
||||
COPY --from=build-env /App/out .
|
||||
|
||||
ENTRYPOINT ["./start.sh" ]
|
||||
ENTRYPOINT ["sh", "./start.sh" ]
|
Loading…
x
Reference in New Issue
Block a user