Removed Makefile from container, not needed after build

This commit is contained in:
H-Lo 2019-10-27 16:06:05 -07:00 committed by GitHub
parent 48de6d2bfb
commit 4cf2fc613c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]