forked from extern/FakeRelay
Don't specify an entrypoint
This commit is contained in:
parent
7413a91bbd
commit
8224974f78
@ -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.Web /bin/web
|
||||
ENTRYPOINT ["fakerelay"]
|
||||
RUN ln -s /app/FakeRelay.Cli /bin/cli
|
||||
RUN ln -s /app/FakeRelay.Web /bin/web
|
Loading…
Reference in New Issue
Block a user