Skip to content
Snippets Groups Projects
Commit f24d4d57 authored by Stefan Reck's avatar Stefan Reck
Browse files

cleanup docker file

parent c0dda859
No related branches found
No related tags found
1 merge request!27Adjust chunks
FROM python:3.6
ENV INSTALL_DIR /orcasong
ADD . $INSTALL_DIR
COPY . $INSTALL_DIR
RUN pip install --upgrade --no-cache-dir pip setuptools wheel
RUN cd $INSTALL_DIR && make install
RUN echo "ORCASONG\n"
WORKDIR /orcasong
ENTRYPOINT /bin/bash
RUN cd / && rm -rf $INSTALL_DIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment