This commit is contained in:
Jessica Frazelle 2015-04-16 14:34:45 -07:00
parent 5b0d62ea31
commit 5563e33530

View File

@ -40,4 +40,4 @@ COPY local.conf /etc/fonts/local.conf
# Autorun chrome
ENTRYPOINT [ "/usr/bin/google-chrome-stable" ]
CMD [ "--user-data-dir=/data" ]
CMD [ "--user-data-dir=/data", "--no-sandbox" ]