Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-08-22 17:05:15 -07:00
parent 4482c60ead
commit ea928deadb
4 changed files with 4 additions and 4 deletions

View File

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