rename some stuff
This commit is contained in:
parent
66935daae1
commit
524e553900
2 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,8 @@ RUN apk add x11vnc xvfb supervisor firefox \
|
|||
&& rm -rf /apk /tmp/* /var/cache/apk/*
|
||||
ADD etc /etc
|
||||
WORKDIR /home/bnuuy
|
||||
EXPOSE 5900 5901
|
||||
ADD mozilla .mozilla/
|
||||
RUN chown -R bnuuy:bnuuy .mozilla/
|
||||
EXPOSE 5900
|
||||
USER bnuuy
|
||||
CMD ["/usr/bin/supervisord","-c","/etc/supervisord.conf"]
|
||||
|
|
|
@ -13,7 +13,7 @@ user=bnuuy
|
|||
autorestart=true
|
||||
priority=200
|
||||
|
||||
[program:openbox]
|
||||
[program:firefox]
|
||||
environment=HOME="/home/bnuuy",DISPLAY=":1",USER="bnuuy"
|
||||
command=/usr/bin/firefox -width 1366 -height 768
|
||||
user=bnuuy
|
||||
|
|
Loading…
Reference in a new issue