Fix the missing enterContainer and Coffeescript compilation process in i386 and x86_64 Dockerfiles

This commit is contained in:
Praneeth Bodduluri 2015-03-01 23:26:32 +01:00 committed by Pablo Carranza Vélez
parent d31febee41
commit 8f43fb0c36
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,9 @@ RUN apt-get -q update \
# Copy source
COPY . /app/
RUN chmod +x /app/src/enterContainer.sh
RUN /app/node_modules/.bin/coffee -c /app/src
ENV SUPERVISOR_IMAGE resin/i386-supervisor
ENV CONFIG_MOUNT_POINT /boot/config.json
ENV LED_FILE /dev/null

View File

@ -32,6 +32,9 @@ RUN apt-get -q update \
# Copy source
COPY . /app/
RUN chmod +x /app/src/enterContainer.sh
RUN /app/node_modules/.bin/coffee -c /app/src
ENV SUPERVISOR_IMAGE resin/x86_64-supervisor
ENV CONFIG_MOUNT_POINT /boot/config.json
ENV LED_FILE /dev/null