1
0
Fork 0

Removed Makefile from container, not needed after build

pull/1753/head
H-Lo 5 years ago committed by GitHub
parent 48de6d2bfb
commit 4cf2fc613c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ COPY . src
RUN cp src/Makefile .
RUN make .clone
RUN make src .homercs
RUN rm Makefile
# ENTRYPOINT ["/bin/zsh", "-"]
# CMD ["/bin/zsh","-l","-o","verbose","-o","xtrace","-o","sourcetrace"]
CMD ["/bin/zsh","-l"]

Loading…
Cancel
Save