test
This commit is contained in:
parent
d06c2373fa
commit
0e30190864
@ -41,10 +41,13 @@ RUN dotnet build "IoTGateway.csproj" -c Release -o /app/build
|
||||
FROM build AS publish
|
||||
RUN dotnet publish "IoTGateway.csproj" -c Release -o /app/publish
|
||||
|
||||
|
||||
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
ENTRYPOINT ["dotnet", "IoTGateway.dll"]
|
||||
#ENTRYPOINT ["dotnet", "IoTGateway.dll"]
|
||||
#ENTRYPOINT ["ls","-l"]
|
||||
ENTRYPOINT ["pwd"," "]
|
Loading…
Reference in New Issue
Block a user