Remove balena-electronjs VNC_PASSWORD as we have a screen

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-12-13 19:36:51 +01:00
parent 822ee9c22f
commit fab7d194c5

View File

@ -30,9 +30,6 @@ COPY --from=builder /usr/src/app/build /usr/src/app/build
COPY --from=builder /usr/src/app/lib /usr/src/app/lib
COPY --from=builder /usr/src/app/package.json /usr/src/app/package.json
# TODO: remove once we have a screen
ENV VNC_PASSWORD=password
ENV ELECTRON_ENABLE_LOGGING=1
ENV UDEV=1