mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2025-08-19 01:05:54 +02:00
Don't specify an entrypoint
This commit is contained in:
@@ -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"]
|
Reference in New Issue
Block a user