Skip to content

Commit 87c82df

Browse files
committed
test
1 parent ad3b90a commit 87c82df

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/instal
1212

1313
ENV PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
1414

15+
RUN mkdir -p /home/linuxbrew/app
16+
17+
WORKDIR /home/linuxbrew/app
18+
1519
COPY --chown=linuxbrew:linuxbrew homebrew_releaser homebrew_releaser
1620
COPY --chown=linuxbrew:linuxbrew setup.py setup.py
1721

18-
ENTRYPOINT ["/bin/bash", "-c", "pip install . && python /home/linuxbrew/homebrew_releaser/app.py"]
22+
RUN pip install .
23+
24+
ENTRYPOINT ["python", "/home/linuxbrew/app/homebrew_releaser/app.py"]

0 commit comments

Comments
 (0)