hy/Dockerfile
Paul Tagliamonte 49073b8810 update my email
2014-11-22 10:28:31 -05:00

11 lines
174 B
Docker

# Base image
#
# VERSION 0.2
FROM python:3
MAINTAINER Paul R. Tagliamonte <paultag@hylang.org>
ADD . /opt/hylang/hy
RUN pip3 install -e /opt/hylang/hy
CMD ["hy"]