Skip to content

Commit d94f72a

Browse files
committed
fix: path to app
1 parent 5ef745e commit d94f72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ COPY --chown=linuxbrew:linuxbrew setup.py setup.py
1717

1818
RUN pip install .
1919

20-
ENTRYPOINT [ "python", "homebrew_releaser/app.py" ]
20+
ENTRYPOINT [ "python", "/home/linuxbrew/homebrew_releaser/app.py" ]

0 commit comments

Comments
 (0)