mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2024-11-28 18:23:09 +01:00
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"]
|
VOLUME ["/data"]
|
||||||
ENV CONFIG_PATH=/data/config.json
|
ENV CONFIG_PATH=/data/config.json
|
||||||
COPY --from=builder /app /app
|
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
|
RUN ln -s /app/FakeRelay.Web /bin/web
|
||||||
ENTRYPOINT ["fakerelay"]
|
|
Loading…
Reference in New Issue
Block a user