Commit 4e4ff309 authored by Anton Borisov's avatar Anton Borisov

Update Dockerfile

parent 8cd19840
Pipeline #48 canceled with stages
in 52 seconds
......@@ -12,4 +12,4 @@ FROM microsoft/dotnet:2.1-runtime-alpine
WORKDIR /app
COPY --from=builder /app/DeStream.DeStreamD/out .
ENTRYPOINT ["dotnet", "DeStream.DeStreamD.dll"]
\ No newline at end of file
ENTRYPOINT ["dotnet", "DeStream.DeStreamD.dll", "-apiuri=http://0.0.0.0"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment