Commit 294be9d6 authored by Anton Borisov's avatar Anton Borisov

Update Dockerfile

parent 4e4ff309
Pipeline #51 passed with stages
in 12 minutes and 51 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", "-apiuri=http://0.0.0.0"]
\ No newline at end of file
ENTRYPOINT ["dotnet", "DeStream.DeStreamD.dll"]
\ 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