Don't specify an entrypoint

This commit is contained in:
Gervasio Marchand
2022-12-03 17:58:35 -03:00
parent 7413a91bbd
commit 8224974f78

View File

@@ -9,6 +9,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0.11-alpine3.16
VOLUME ["/data"]
ENV CONFIG_PATH=/data/config.json
COPY --from=builder /app /app
RUN ln -s /app/FakeRelay.Cli /bin/fakerelay
RUN ln -s /app/FakeRelay.Cli /bin/cli
RUN ln -s /app/FakeRelay.Web /bin/web
ENTRYPOINT ["fakerelay"]