We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54723c5 commit 4de7ebfCopy full SHA for 4de7ebf
.github/Dockerfile
@@ -29,9 +29,8 @@ FROM base as release
29
COPY --from=build /root/.pkgx /root/.pkgx
30
COPY --from=build /action/workspace/.pkgx.yaml /usr/local/bin
31
COPY --from=build /action/workspace/elixir_script /usr/local/bin
32
-RUN echo '#!/bin/sh\n\
+RUN echo -e '#!/bin/sh\n\
33
eval "$(pkgx --internal.activate /usr/local/bin)"\n\
34
exec /usr/local/bin/elixir_script "$@"' > /usr/local/bin/elixir_script_wrapper && \
35
chmod +x /usr/local/bin/elixir_script_wrapper
36
-
37
ENTRYPOINT ["elixir_script_wrapper"]
0 commit comments