diff --git a/Dockerfile b/Dockerfile index 6e60ac8..188bf6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # VERSION 0.2 FROM python:3 -MAINTAINER Paul R. Tagliamonte +MAINTAINER Paul R. Tagliamonte ADD . /opt/hylang/hy RUN pip3 install -e /opt/hylang/hy