Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lexuzieel committed Feb 23, 2023
1 parent 69ecdd8 commit 72ece61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ ENV DISPLAY=:1
# Fixes "DSO support routines" error
ENV OPENSSL_CONF=/dev/null

USER $USER

COPY config/tinyproxy.conf.tmpl /home/robocat/.config/tinyproxy.conf.tmpl

COPY resources/malek-dridi-0F7GRXNOG7g-unsplash.jpg /usr/share/images/fluxbox/background.png

COPY config/tinyproxy.conf.tmpl /home/$USER/.config/tinyproxy.conf.tmpl
COPY scripts/run.sh scripts/bootstrap.sh /

RUN chown $USER:$USER /run.sh /bootstrap.sh

USER $USER

CMD /bootstrap.sh

0 comments on commit 72ece61

Please sign in to comment.