Skip to content

Commit

Permalink
Merge pull request #9 from rancher-sandbox/json-arguments
Browse files Browse the repository at this point in the history
Using JSON arguments for ENTRYPOINT/CMD
  • Loading branch information
jandubois authored Oct 30, 2024
2 parents d0f776f + a5e009d commit 6f2153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ COPY --from=builder /installer/bin/installer-windows.exe /windows/installer.exe
COPY /searxng/limiter.toml /linux/searxng/limiter.toml
COPY /searxng/settings.yml /linux/searxng/settings.yml
COPY /searxng/uwsgi.ini /linux/searxng/uwsgi.ini
CMD /service -socket /run/guest-services/backend.sock
CMD ["/service -socket", "/run/guest-services/backend.sock"]

0 comments on commit 6f2153e

Please sign in to comment.