mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 11:12:15 +08:00
Removed Makefile from container, not needed after build
This commit is contained in:
parent
48de6d2bfb
commit
4cf2fc613c
@ -14,6 +14,7 @@ COPY . src
|
|||||||
RUN cp src/Makefile .
|
RUN cp src/Makefile .
|
||||||
RUN make .clone
|
RUN make .clone
|
||||||
RUN make src .homercs
|
RUN make src .homercs
|
||||||
|
RUN rm Makefile
|
||||||
# ENTRYPOINT ["/bin/zsh", "-"]
|
# ENTRYPOINT ["/bin/zsh", "-"]
|
||||||
# CMD ["/bin/zsh","-l","-o","verbose","-o","xtrace","-o","sourcetrace"]
|
# CMD ["/bin/zsh","-l","-o","verbose","-o","xtrace","-o","sourcetrace"]
|
||||||
CMD ["/bin/zsh","-l"]
|
CMD ["/bin/zsh","-l"]
|
||||||
|
Loading…
Reference in New Issue
Block a user