Reduce size of image

This commit is contained in:
Joshua Granick
2017-09-29 17:21:15 -07:00
parent 16e66d1235
commit b0bb85116c

View File

@@ -38,7 +38,9 @@ RUN haxelib install munit
COPY . /opt/lime/
COPY templates/bin/lime.sh /usr/local/bin/lime
RUN haxelib dev lime /opt/lime/
RUN lime rebuild tools
RUN lime rebuild linux
RUN lime rebuild tools
RUN rm -rf /opt/lime/project/obj
CMD [ "lime" ]