mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-23 18:33:35 +00:00
Fix the missing enterContainer and Coffeescript compilation process in i386 and x86_64 Dockerfiles
This commit is contained in:
parent
d31febee41
commit
8f43fb0c36
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user