We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef745e commit d94f72aCopy full SHA for d94f72a
1 file changed
Dockerfile
@@ -17,4 +17,4 @@ COPY --chown=linuxbrew:linuxbrew setup.py setup.py
17
18
RUN pip install .
19
20
-ENTRYPOINT [ "python", "homebrew_releaser/app.py" ]
+ENTRYPOINT [ "python", "/home/linuxbrew/homebrew_releaser/app.py" ]
0 commit comments