Dockerfile fix

This commit is contained in:
Joshua Granick
2019-03-26 12:16:10 -07:00
parent d9f47372b6
commit e3aab45c4f

View File

@@ -34,6 +34,7 @@ RUN haxelib setup /usr/lib/haxe/lib/
RUN haxelib install hxcpp
RUN haxelib git format https://github.com/jgranick/format
RUN haxelib install munit
RUN haxelib install hxp
COPY . /opt/lime/
COPY templates/bin/lime.sh /usr/local/bin/lime